Shades of Iris Blue #17AFC0
Tints of Iris Blue #17AFC0
RGB
CMYK
RGB Variations
Color information
#17AFC0 (or 0x17AFC0) is known color: Iris Blue. HEX triplet: 17, AF and C0. RGB value is (23,175,192). Sum of RGB (Red+Green+Blue) = 23+175+192=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #17AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFC0 is #E8503F. Grayscale: #838383. Windows color (decimal): -15224896 or 12627735. OLE color: 12627735.
HSL color Cylindrical-coordinate representation of color #17AFC0: hue angle of 186.04º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AFC0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 175 | 192 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.25 |
| HSL | 186.04º | 0.79% | 0.42% | - |
| HSV(B) | 186.04º | 0.88% | 0.75% | - |
| XYZ | 25.2 | 34.65 | 55.23 | - |
| YUV | 131.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 192 | 0.88 | 0.09 | 0 | 0.25 | 186.04 | 0.79 | 0.42 |
| Hex | 17 | AF | C0 | 58 | 9 | 0 | 19 | BA | 4F | 2A |
| Octal | 27 | 257 | 300 | 130 | 11 | 0 | 31 | 272 | 117 | 52 |
| Binary | 10111 | 10101111 | 11000000 | 1011000 | 1001 | 0 | 11001 | 10111010 | 1001111 | 101010 |
Color Harmonies of #17AFC0
Complementary color
Monochromatic Colors of #17AFC0
Black with #17AFC0
Text Example
Text Example
White with #17AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFC0; }
p { color: rgb(23,175,192); }
H1.HeaderClassName
{
color: #17AFC0;
}
.AnyTagClassName
{
color: #17AFC0;
}
</style>
background-color css
<style>
a { background-color: #17AFC0; }
a { background-color: rgb(23,175,192); }
div.DivClassName
{
background-color: #17AFC0;
}
.BgClassName
{
background-color: #17AFC0;
}
</style>
border-color css
<style>
span { border-color: #17AFC0; }
span { border-color: rgb(23,175,192); }
td.TdClassName
{
border-color: #17AFC0;
}
.TagClassName
{
border-color: #17AFC0;
}
</style>