Shades of Iris Blue #17AFD1
Tints of Iris Blue #17AFD1
RGB
CMYK
RGB Variations
Color information
#17AFD1 (or 0x17AFD1) is known color: Iris Blue. HEX triplet: 17, AF and D1. RGB value is (23,175,209). Sum of RGB (Red+Green+Blue) = 23+175+209=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #17AFD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFD1 is #E8502E. Grayscale: #858585. Windows color (decimal): -15224879 or 13741847. OLE color: 13741847.
HSL color Cylindrical-coordinate representation of color #17AFD1: hue angle of 190.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17AFD1 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 175 | 209 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.18 |
| HSL | 190.97º | 0.8% | 0.45% | - |
| HSV(B) | 190.97º | 0.89% | 0.82% | - |
| XYZ | 27.19 | 35.45 | 65.73 | - |
| YUV | 133.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 209 | 0.89 | 0.16 | 0 | 0.18 | 190.97 | 0.8 | 0.45 |
| Hex | 17 | AF | D1 | 59 | 10 | 0 | 12 | BF | 50 | 2D |
| Octal | 27 | 257 | 321 | 131 | 20 | 0 | 22 | 277 | 120 | 55 |
| Binary | 10111 | 10101111 | 11010001 | 1011001 | 10000 | 0 | 10010 | 10111111 | 1010000 | 101101 |
Color Harmonies of #17AFD1
Complementary color
Monochromatic Colors of #17AFD1
Black with #17AFD1
Text Example
Text Example
White with #17AFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFD1; }
p { color: rgb(23,175,209); }
H1.HeaderClassName
{
color: #17AFD1;
}
.AnyTagClassName
{
color: #17AFD1;
}
</style>
background-color css
<style>
a { background-color: #17AFD1; }
a { background-color: rgb(23,175,209); }
div.DivClassName
{
background-color: #17AFD1;
}
.BgClassName
{
background-color: #17AFD1;
}
</style>
border-color css
<style>
span { border-color: #17AFD1; }
span { border-color: rgb(23,175,209); }
td.TdClassName
{
border-color: #17AFD1;
}
.TagClassName
{
border-color: #17AFD1;
}
</style>