Shades of Iris Blue #17AFCD
Tints of Iris Blue #17AFCD
RGB
CMYK
RGB Variations
Color information
#17AFCD (or 0x17AFCD) is known color: Iris Blue. HEX triplet: 17, AF and CD. RGB value is (23,175,205). Sum of RGB (Red+Green+Blue) = 23+175+205=403 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.71% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #17AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFCD is #E85032. Grayscale: #848484. Windows color (decimal): -15224883 or 13479703. OLE color: 13479703.
HSL color Cylindrical-coordinate representation of color #17AFCD: hue angle of 189.89º 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 #17AFCD is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 175 | 205 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.20 |
| HSL | 189.89º | 0.8% | 0.45% | - |
| HSV(B) | 189.89º | 0.89% | 0.8% | - |
| XYZ | 26.7 | 35.25 | 63.15 | - |
| YUV | 132.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 205 | 0.89 | 0.15 | 0 | 0.20 | 189.89 | 0.8 | 0.45 |
| Hex | 17 | AF | CD | 59 | F | 0 | 14 | BE | 50 | 2D |
| Octal | 27 | 257 | 315 | 131 | 17 | 0 | 24 | 276 | 120 | 55 |
| Binary | 10111 | 10101111 | 11001101 | 1011001 | 1111 | 0 | 10100 | 10111110 | 1010000 | 101101 |
Color Harmonies of #17AFCD
Complementary color
Monochromatic Colors of #17AFCD
Black with #17AFCD
Text Example
Text Example
White with #17AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFCD; }
p { color: rgb(23,175,205); }
H1.HeaderClassName
{
color: #17AFCD;
}
.AnyTagClassName
{
color: #17AFCD;
}
</style>
background-color css
<style>
a { background-color: #17AFCD; }
a { background-color: rgb(23,175,205); }
div.DivClassName
{
background-color: #17AFCD;
}
.BgClassName
{
background-color: #17AFCD;
}
</style>
border-color css
<style>
span { border-color: #17AFCD; }
span { border-color: rgb(23,175,205); }
td.TdClassName
{
border-color: #17AFCD;
}
.TagClassName
{
border-color: #17AFCD;
}
</style>