Shades of Iris Blue #17AFCC
Tints of Iris Blue #17AFCC
RGB
CMYK
RGB Variations
Color information
#17AFCC (or 0x17AFCC) is known color: Iris Blue. HEX triplet: 17, AF and CC. RGB value is (23,175,204). Sum of RGB (Red+Green+Blue) = 23+175+204=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #17AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFCC is #E85033. Grayscale: #848484. Windows color (decimal): -15224884 or 13414167. OLE color: 13414167.
HSL color Cylindrical-coordinate representation of color #17AFCC: hue angle of 189.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17AFCC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 175 | 204 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.2 |
| HSL | 189.61º | 0.8% | 0.45% | - |
| HSV(B) | 189.61º | 0.89% | 0.8% | - |
| XYZ | 26.58 | 35.2 | 62.52 | - |
| YUV | 132.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 204 | 0.89 | 0.14 | 0 | 0.2 | 189.61 | 0.8 | 0.45 |
| Hex | 17 | AF | CC | 59 | E | 0 | 14 | BE | 50 | 2D |
| Octal | 27 | 257 | 314 | 131 | 16 | 0 | 24 | 276 | 120 | 55 |
| Binary | 10111 | 10101111 | 11001100 | 1011001 | 1110 | 0 | 10100 | 10111110 | 1010000 | 101101 |
Color Harmonies of #17AFCC
Complementary color
Monochromatic Colors of #17AFCC
Black with #17AFCC
Text Example
Text Example
White with #17AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFCC; }
p { color: rgb(23,175,204); }
H1.HeaderClassName
{
color: #17AFCC;
}
.AnyTagClassName
{
color: #17AFCC;
}
</style>
background-color css
<style>
a { background-color: #17AFCC; }
a { background-color: rgb(23,175,204); }
div.DivClassName
{
background-color: #17AFCC;
}
.BgClassName
{
background-color: #17AFCC;
}
</style>
border-color css
<style>
span { border-color: #17AFCC; }
span { border-color: rgb(23,175,204); }
td.TdClassName
{
border-color: #17AFCC;
}
.TagClassName
{
border-color: #17AFCC;
}
</style>