Shades of Iris Blue #15AFCC
Tints of Iris Blue #15AFCC
RGB
CMYK
RGB Variations
Color information
#15AFCC (or 0x15AFCC) is known color: Iris Blue. HEX triplet: 15, AF and CC. RGB value is (21,175,204). Sum of RGB (Red+Green+Blue) = 21+175+204=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #15AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFCC is #EA5033. Grayscale: #838383. Windows color (decimal): -15355956 or 13414165. OLE color: 13414165.
HSL color Cylindrical-coordinate representation of color #15AFCC: hue angle of 189.51º 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 #15AFCC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 175 | 204 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.2 |
| HSL | 189.51º | 0.81% | 0.44% | - |
| HSV(B) | 189.51º | 0.9% | 0.8% | - |
| XYZ | 26.54 | 35.18 | 62.52 | - |
| YUV | 132.26 | 168.48 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 204 | 0.90 | 0.14 | 0 | 0.2 | 189.51 | 0.81 | 0.44 |
| Hex | 15 | AF | CC | 5A | E | 0 | 14 | BE | 51 | 2C |
| Octal | 25 | 257 | 314 | 132 | 16 | 0 | 24 | 276 | 121 | 54 |
| Binary | 10101 | 10101111 | 11001100 | 1011010 | 1110 | 0 | 10100 | 10111110 | 1010001 | 101100 |
Color Harmonies of #15AFCC
Complementary color
Monochromatic Colors of #15AFCC
Black with #15AFCC
Text Example
Text Example
White with #15AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFCC; }
p { color: rgb(21,175,204); }
H1.HeaderClassName
{
color: #15AFCC;
}
.AnyTagClassName
{
color: #15AFCC;
}
</style>
background-color css
<style>
a { background-color: #15AFCC; }
a { background-color: rgb(21,175,204); }
div.DivClassName
{
background-color: #15AFCC;
}
.BgClassName
{
background-color: #15AFCC;
}
</style>
border-color css
<style>
span { border-color: #15AFCC; }
span { border-color: rgb(21,175,204); }
td.TdClassName
{
border-color: #15AFCC;
}
.TagClassName
{
border-color: #15AFCC;
}
</style>