Shades of Iris Blue #15AFCB
Tints of Iris Blue #15AFCB
RGB
CMYK
RGB Variations
Color information
#15AFCB (or 0x15AFCB) is known color: Iris Blue. HEX triplet: 15, AF and CB. RGB value is (21,175,203). Sum of RGB (Red+Green+Blue) = 21+175+203=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #15AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFCB is #EA5034. Grayscale: #838383. Windows color (decimal): -15355957 or 13348629. OLE color: 13348629.
HSL color Cylindrical-coordinate representation of color #15AFCB: hue angle of 189.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AFCB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 175 | 203 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.20 |
| HSL | 189.23º | 0.81% | 0.44% | - |
| HSV(B) | 189.23º | 0.9% | 0.8% | - |
| XYZ | 26.42 | 35.13 | 61.89 | - |
| YUV | 132.15 | 167.98 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 203 | 0.90 | 0.14 | 0 | 0.20 | 189.23 | 0.81 | 0.44 |
| Hex | 15 | AF | CB | 5A | E | 0 | 14 | BD | 51 | 2C |
| Octal | 25 | 257 | 313 | 132 | 16 | 0 | 24 | 275 | 121 | 54 |
| Binary | 10101 | 10101111 | 11001011 | 1011010 | 1110 | 0 | 10100 | 10111101 | 1010001 | 101100 |
Color Harmonies of #15AFCB
Complementary color
Monochromatic Colors of #15AFCB
Black with #15AFCB
Text Example
Text Example
White with #15AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFCB; }
p { color: rgb(21,175,203); }
H1.HeaderClassName
{
color: #15AFCB;
}
.AnyTagClassName
{
color: #15AFCB;
}
</style>
background-color css
<style>
a { background-color: #15AFCB; }
a { background-color: rgb(21,175,203); }
div.DivClassName
{
background-color: #15AFCB;
}
.BgClassName
{
background-color: #15AFCB;
}
</style>
border-color css
<style>
span { border-color: #15AFCB; }
span { border-color: rgb(21,175,203); }
td.TdClassName
{
border-color: #15AFCB;
}
.TagClassName
{
border-color: #15AFCB;
}
</style>