Shades of Iris Blue #17AFC6
Tints of Iris Blue #17AFC6
RGB
CMYK
RGB Variations
Color information
#17AFC6 (or 0x17AFC6) is known color: Iris Blue. HEX triplet: 17, AF and C6. RGB value is (23,175,198). Sum of RGB (Red+Green+Blue) = 23+175+198=396 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.81% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #17AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFC6 is #E85039. Grayscale: #838383. Windows color (decimal): -15224890 or 13020951. OLE color: 13020951.
HSL color Cylindrical-coordinate representation of color #17AFC6: hue angle of 187.89º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AFC6 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 175 | 198 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.22 |
| HSL | 187.89º | 0.79% | 0.43% | - |
| HSV(B) | 187.89º | 0.88% | 0.78% | - |
| XYZ | 25.88 | 34.92 | 58.8 | - |
| YUV | 132.17 | 165.14 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 198 | 0.88 | 0.12 | 0 | 0.22 | 187.89 | 0.79 | 0.43 |
| Hex | 17 | AF | C6 | 58 | C | 0 | 16 | BC | 4F | 2B |
| Octal | 27 | 257 | 306 | 130 | 14 | 0 | 26 | 274 | 117 | 53 |
| Binary | 10111 | 10101111 | 11000110 | 1011000 | 1100 | 0 | 10110 | 10111100 | 1001111 | 101011 |
Color Harmonies of #17AFC6
Complementary color
Monochromatic Colors of #17AFC6
Black with #17AFC6
Text Example
Text Example
White with #17AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFC6; }
p { color: rgb(23,175,198); }
H1.HeaderClassName
{
color: #17AFC6;
}
.AnyTagClassName
{
color: #17AFC6;
}
</style>
background-color css
<style>
a { background-color: #17AFC6; }
a { background-color: rgb(23,175,198); }
div.DivClassName
{
background-color: #17AFC6;
}
.BgClassName
{
background-color: #17AFC6;
}
</style>
border-color css
<style>
span { border-color: #17AFC6; }
span { border-color: rgb(23,175,198); }
td.TdClassName
{
border-color: #17AFC6;
}
.TagClassName
{
border-color: #17AFC6;
}
</style>