#15AFDF

Color #15AFDF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #15AFDF

Tints of Iris Blue #15AFDF

Color information

#15AFDF (or 0x15AFDF) is unknown color: approx Iris Blue. HEX triplet: 15, AF and DF. RGB value is (21,175,223). Sum of RGB (Red+Green+Blue) = 21+175+223=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #15AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFDF is #EA5020. Grayscale: #868686. Windows color (decimal): -15355937 or 14659349. OLE color: 14659349.

HSL color Cylindrical-coordinate representation of color #15AFDF: hue angle of 194.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AFDF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21175223-
CMYK0.910.2200.13
HSL194.26º82.79%47.84%-
HSV(B)194.26º90.58%87.45%-
XYZ28.9636.1575.26-
YUV134.43177.9847.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 5.01%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 223 (87.5% from 255) = 53.22%
R=5.01%
G=41.77%
B=53.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211752230.910.2200.13194.2682.7947.84
Hex15AFDF5B160Dc25330
Octal252573371332601530212360
Binary10101101011111101111110110111011001101110000101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15AFDF; }

 p { color: rgb(21,175,223); }

 H1.HeaderClassName
 {
   color: #15AFDF;
 }
 .AnyTagClassName
 {
   color: #15AFDF;
 }
</style>
background-color css

<style>
 a { background-color: #15AFDF; }

 a { background-color: rgb(21,175,223); }

 div.DivClassName
 {
   background-color: #15AFDF;
 }
 .BgClassName
 {
   background-color: #15AFDF;
 }
</style>
border-color css

<style>
 span { border-color: #15AFDF; }

 span { border-color: rgb(21,175,223); }

 td.TdClassName
 {
   border-color: #15AFDF;
 }
 .TagClassName
 {
   border-color: #15AFDF;
 }
</style>