Shades of Iris Blue #17C0CE
Tints of Iris Blue #17C0CE
RGB
CMYK
RGB Variations
Color information
#17C0CE (or 0x17C0CE) is known color: Iris Blue. HEX triplet: 17, C0 and CE. RGB value is (23,192,206). Sum of RGB (Red+Green+Blue) = 23+192+206=421 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.46% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #17C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0CE is #E83F31. Grayscale: #8E8E8E. Windows color (decimal): -15220530 or 13549591. OLE color: 13549591.
HSL color Cylindrical-coordinate representation of color #17C0CE: hue angle of 184.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C0CE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 192 | 206 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.19 |
| HSL | 184.59º | 0.8% | 0.45% | - |
| HSV(B) | 184.59º | 0.89% | 0.81% | - |
| XYZ | 30.34 | 42.34 | 64.97 | - |
| YUV | 143.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 206 | 0.89 | 0.07 | 0 | 0.19 | 184.59 | 0.8 | 0.45 |
| Hex | 17 | C0 | CE | 59 | 7 | 0 | 13 | B9 | 50 | 2D |
| Octal | 27 | 300 | 316 | 131 | 7 | 0 | 23 | 271 | 120 | 55 |
| Binary | 10111 | 11000000 | 11001110 | 1011001 | 111 | 0 | 10011 | 10111001 | 1010000 | 101101 |
Color Harmonies of #17C0CE
Complementary color
Monochromatic Colors of #17C0CE
Black with #17C0CE
Text Example
Text Example
White with #17C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C0CE; }
p { color: rgb(23,192,206); }
H1.HeaderClassName
{
color: #17C0CE;
}
.AnyTagClassName
{
color: #17C0CE;
}
</style>
background-color css
<style>
a { background-color: #17C0CE; }
a { background-color: rgb(23,192,206); }
div.DivClassName
{
background-color: #17C0CE;
}
.BgClassName
{
background-color: #17C0CE;
}
</style>
border-color css
<style>
span { border-color: #17C0CE; }
span { border-color: rgb(23,192,206); }
td.TdClassName
{
border-color: #17C0CE;
}
.TagClassName
{
border-color: #17C0CE;
}
</style>