Shades of Iris Blue #17B5CA
Tints of Iris Blue #17B5CA
RGB
CMYK
RGB Variations
Color information
#17B5CA (or 0x17B5CA) is known color: Iris Blue. HEX triplet: 17, B5 and CA. RGB value is (23,181,202). Sum of RGB (Red+Green+Blue) = 23+181+202=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #17B5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17B5CA is #E84A35. Grayscale: #878787. Windows color (decimal): -15223350 or 13284631. OLE color: 13284631.
HSL color Cylindrical-coordinate representation of color #17B5CA: hue angle of 187.04º 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 #17B5CA is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 181 | 202 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.21 |
| HSL | 187.04º | 0.8% | 0.44% | - |
| HSV(B) | 187.04º | 0.89% | 0.79% | - |
| XYZ | 27.54 | 37.49 | 61.66 | - |
| YUV | 136.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 181 | 202 | 0.89 | 0.10 | 0 | 0.21 | 187.04 | 0.8 | 0.44 |
| Hex | 17 | B5 | CA | 59 | A | 0 | 15 | BB | 50 | 2C |
| Octal | 27 | 265 | 312 | 131 | 12 | 0 | 25 | 273 | 120 | 54 |
| Binary | 10111 | 10110101 | 11001010 | 1011001 | 1010 | 0 | 10101 | 10111011 | 1010000 | 101100 |
Color Harmonies of #17B5CA
Complementary color
Monochromatic Colors of #17B5CA
Black with #17B5CA
Text Example
Text Example
White with #17B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B5CA; }
p { color: rgb(23,181,202); }
H1.HeaderClassName
{
color: #17B5CA;
}
.AnyTagClassName
{
color: #17B5CA;
}
</style>
background-color css
<style>
a { background-color: #17B5CA; }
a { background-color: rgb(23,181,202); }
div.DivClassName
{
background-color: #17B5CA;
}
.BgClassName
{
background-color: #17B5CA;
}
</style>
border-color css
<style>
span { border-color: #17B5CA; }
span { border-color: rgb(23,181,202); }
td.TdClassName
{
border-color: #17B5CA;
}
.TagClassName
{
border-color: #17B5CA;
}
</style>