Shades of Iris Blue #17C2CB
Tints of Iris Blue #17C2CB
RGB
CMYK
RGB Variations
Color information
#17C2CB (or 0x17C2CB) is known color: Iris Blue. HEX triplet: 17, C2 and CB. RGB value is (23,194,203). Sum of RGB (Red+Green+Blue) = 23+194+203=420 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.48% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #17C2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C2CB is #E83D34. Grayscale: #8F8F8F. Windows color (decimal): -15220021 or 13353495. OLE color: 13353495.
HSL color Cylindrical-coordinate representation of color #17C2CB: hue angle of 183º 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 #17C2CB is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 194 | 203 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.20 |
| HSL | 183º | 0.8% | 0.44% | - |
| HSV(B) | 183º | 0.89% | 0.8% | - |
| XYZ | 30.42 | 43.08 | 63.21 | - |
| YUV | 143.9 | 161.35 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 203 | 0.89 | 0.04 | 0 | 0.20 | 183 | 0.8 | 0.44 |
| Hex | 17 | C2 | CB | 59 | 4 | 0 | 14 | B7 | 50 | 2C |
| Octal | 27 | 302 | 313 | 131 | 4 | 0 | 24 | 267 | 120 | 54 |
| Binary | 10111 | 11000010 | 11001011 | 1011001 | 100 | 0 | 10100 | 10110111 | 1010000 | 101100 |
Color Harmonies of #17C2CB
Complementary color
Monochromatic Colors of #17C2CB
Black with #17C2CB
Text Example
Text Example
White with #17C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C2CB; }
p { color: rgb(23,194,203); }
H1.HeaderClassName
{
color: #17C2CB;
}
.AnyTagClassName
{
color: #17C2CB;
}
</style>
background-color css
<style>
a { background-color: #17C2CB; }
a { background-color: rgb(23,194,203); }
div.DivClassName
{
background-color: #17C2CB;
}
.BgClassName
{
background-color: #17C2CB;
}
</style>
border-color css
<style>
span { border-color: #17C2CB; }
span { border-color: rgb(23,194,203); }
td.TdClassName
{
border-color: #17C2CB;
}
.TagClassName
{
border-color: #17C2CB;
}
</style>