Shades of Iris Blue #17B0CB
Tints of Iris Blue #17B0CB
RGB
CMYK
RGB Variations
Color information
#17B0CB (or 0x17B0CB) is known color: Iris Blue. HEX triplet: 17, B0 and CB. RGB value is (23,176,203). Sum of RGB (Red+Green+Blue) = 23+176+203=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #17B0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17B0CB is #E84F34. Grayscale: #858585. Windows color (decimal): -15224629 or 13348887. OLE color: 13348887.
HSL color Cylindrical-coordinate representation of color #17B0CB: hue angle of 189º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17B0CB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 176 | 203 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.20 |
| HSL | 189º | 0.8% | 0.44% | - |
| HSV(B) | 189º | 0.89% | 0.8% | - |
| XYZ | 26.66 | 35.54 | 61.96 | - |
| YUV | 133.33 | 167.31 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 176 | 203 | 0.89 | 0.13 | 0 | 0.20 | 189 | 0.8 | 0.44 |
| Hex | 17 | B0 | CB | 59 | D | 0 | 14 | BD | 50 | 2C |
| Octal | 27 | 260 | 313 | 131 | 15 | 0 | 24 | 275 | 120 | 54 |
| Binary | 10111 | 10110000 | 11001011 | 1011001 | 1101 | 0 | 10100 | 10111101 | 1010000 | 101100 |
Color Harmonies of #17B0CB
Complementary color
Monochromatic Colors of #17B0CB
Black with #17B0CB
Text Example
Text Example
White with #17B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B0CB; }
p { color: rgb(23,176,203); }
H1.HeaderClassName
{
color: #17B0CB;
}
.AnyTagClassName
{
color: #17B0CB;
}
</style>
background-color css
<style>
a { background-color: #17B0CB; }
a { background-color: rgb(23,176,203); }
div.DivClassName
{
background-color: #17B0CB;
}
.BgClassName
{
background-color: #17B0CB;
}
</style>
border-color css
<style>
span { border-color: #17B0CB; }
span { border-color: rgb(23,176,203); }
td.TdClassName
{
border-color: #17B0CB;
}
.TagClassName
{
border-color: #17B0CB;
}
</style>