Shades of Iris Blue #17B5CF
Tints of Iris Blue #17B5CF
RGB
CMYK
RGB Variations
Color information
#17B5CF (or 0x17B5CF) is known color: Iris Blue. HEX triplet: 17, B5 and CF. RGB value is (23,181,207). Sum of RGB (Red+Green+Blue) = 23+181+207=411 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.60% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #17B5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17B5CF is #E84A30. Grayscale: #888888. Windows color (decimal): -15223345 or 13612311. OLE color: 13612311.
HSL color Cylindrical-coordinate representation of color #17B5CF: hue angle of 188.48º 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 #17B5CF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 181 | 207 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.19 |
| HSL | 188.48º | 0.8% | 0.45% | - |
| HSV(B) | 188.48º | 0.89% | 0.81% | - |
| XYZ | 28.14 | 37.73 | 64.83 | - |
| YUV | 136.72 | 167.65 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 181 | 207 | 0.89 | 0.13 | 0 | 0.19 | 188.48 | 0.8 | 0.45 |
| Hex | 17 | B5 | CF | 59 | D | 0 | 13 | BC | 50 | 2D |
| Octal | 27 | 265 | 317 | 131 | 15 | 0 | 23 | 274 | 120 | 55 |
| Binary | 10111 | 10110101 | 11001111 | 1011001 | 1101 | 0 | 10011 | 10111100 | 1010000 | 101101 |
Color Harmonies of #17B5CF
Complementary color
Monochromatic Colors of #17B5CF
Black with #17B5CF
Text Example
Text Example
White with #17B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B5CF; }
p { color: rgb(23,181,207); }
H1.HeaderClassName
{
color: #17B5CF;
}
.AnyTagClassName
{
color: #17B5CF;
}
</style>
background-color css
<style>
a { background-color: #17B5CF; }
a { background-color: rgb(23,181,207); }
div.DivClassName
{
background-color: #17B5CF;
}
.BgClassName
{
background-color: #17B5CF;
}
</style>
border-color css
<style>
span { border-color: #17B5CF; }
span { border-color: rgb(23,181,207); }
td.TdClassName
{
border-color: #17B5CF;
}
.TagClassName
{
border-color: #17B5CF;
}
</style>