Shades of Iris Blue #17C2CA
Tints of Iris Blue #17C2CA
RGB
CMYK
RGB Variations
Color information
#17C2CA (or 0x17C2CA) is known color: Iris Blue. HEX triplet: 17, C2 and CA. RGB value is (23,194,202). Sum of RGB (Red+Green+Blue) = 23+194+202=419 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.49% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #17C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C2CA is #E83D35. Grayscale: #8F8F8F. Windows color (decimal): -15220022 or 13287959. OLE color: 13287959.
HSL color Cylindrical-coordinate representation of color #17C2CA: hue angle of 182.68º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C2CA is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 194 | 202 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.21 |
| HSL | 182.68º | 0.8% | 0.44% | - |
| HSV(B) | 182.68º | 0.89% | 0.79% | - |
| XYZ | 30.31 | 43.03 | 62.59 | - |
| YUV | 143.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 202 | 0.89 | 0.04 | 0 | 0.21 | 182.68 | 0.8 | 0.44 |
| Hex | 17 | C2 | CA | 59 | 4 | 0 | 15 | B7 | 50 | 2C |
| Octal | 27 | 302 | 312 | 131 | 4 | 0 | 25 | 267 | 120 | 54 |
| Binary | 10111 | 11000010 | 11001010 | 1011001 | 100 | 0 | 10101 | 10110111 | 1010000 | 101100 |
Color Harmonies of #17C2CA
Complementary color
Monochromatic Colors of #17C2CA
Black with #17C2CA
Text Example
Text Example
White with #17C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C2CA; }
p { color: rgb(23,194,202); }
H1.HeaderClassName
{
color: #17C2CA;
}
.AnyTagClassName
{
color: #17C2CA;
}
</style>
background-color css
<style>
a { background-color: #17C2CA; }
a { background-color: rgb(23,194,202); }
div.DivClassName
{
background-color: #17C2CA;
}
.BgClassName
{
background-color: #17C2CA;
}
</style>
border-color css
<style>
span { border-color: #17C2CA; }
span { border-color: rgb(23,194,202); }
td.TdClassName
{
border-color: #17C2CA;
}
.TagClassName
{
border-color: #17C2CA;
}
</style>