Shades of Iris Blue #17ADDD
Tints of Iris Blue #17ADDD
RGB
CMYK
RGB Variations
Color information
#17ADDD (or 0x17ADDD) is known color: Iris Blue. HEX triplet: 17, AD and DD. RGB value is (23,173,221). Sum of RGB (Red+Green+Blue) = 23+173+221=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #17ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17ADDD is #E85222. Grayscale: #858585. Windows color (decimal): -15225379 or 14527767. OLE color: 14527767.
HSL color Cylindrical-coordinate representation of color #17ADDD: hue angle of 194.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ADDD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 173 | 221 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.13 |
| HSL | 194.55º | 0.81% | 0.48% | - |
| HSV(B) | 194.55º | 0.9% | 0.87% | - |
| XYZ | 28.35 | 35.29 | 73.72 | - |
| YUV | 133.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 173 | 221 | 0.90 | 0.22 | 0 | 0.13 | 194.55 | 0.81 | 0.48 |
| Hex | 17 | AD | DD | 5A | 16 | 0 | D | C3 | 51 | 30 |
| Octal | 27 | 255 | 335 | 132 | 26 | 0 | 15 | 303 | 121 | 60 |
| Binary | 10111 | 10101101 | 11011101 | 1011010 | 10110 | 0 | 1101 | 11000011 | 1010001 | 110000 |
Color Harmonies of #17ADDD
Complementary color
Monochromatic Colors of #17ADDD
Black with #17ADDD
Text Example
Text Example
White with #17ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ADDD; }
p { color: rgb(23,173,221); }
H1.HeaderClassName
{
color: #17ADDD;
}
.AnyTagClassName
{
color: #17ADDD;
}
</style>
background-color css
<style>
a { background-color: #17ADDD; }
a { background-color: rgb(23,173,221); }
div.DivClassName
{
background-color: #17ADDD;
}
.BgClassName
{
background-color: #17ADDD;
}
</style>
border-color css
<style>
span { border-color: #17ADDD; }
span { border-color: rgb(23,173,221); }
td.TdClassName
{
border-color: #17ADDD;
}
.TagClassName
{
border-color: #17ADDD;
}
</style>