Shades of Iris Blue #17BDCE
Tints of Iris Blue #17BDCE
RGB
CMYK
RGB Variations
Color information
#17BDCE (or 0x17BDCE) is known color: Iris Blue. HEX triplet: 17, BD and CE. RGB value is (23,189,206). Sum of RGB (Red+Green+Blue) = 23+189+206=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #17BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDCE is #E84231. Grayscale: #8D8D8D. Windows color (decimal): -15221298 or 13548823. OLE color: 13548823.
HSL color Cylindrical-coordinate representation of color #17BDCE: hue angle of 185.57º 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 #17BDCE is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 189 | 206 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.19 |
| HSL | 185.57º | 0.8% | 0.45% | - |
| HSV(B) | 185.57º | 0.89% | 0.81% | - |
| XYZ | 29.69 | 41.03 | 64.75 | - |
| YUV | 141.3 | 164.5 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 206 | 0.89 | 0.08 | 0 | 0.19 | 185.57 | 0.8 | 0.45 |
| Hex | 17 | BD | CE | 59 | 8 | 0 | 13 | BA | 50 | 2D |
| Octal | 27 | 275 | 316 | 131 | 10 | 0 | 23 | 272 | 120 | 55 |
| Binary | 10111 | 10111101 | 11001110 | 1011001 | 1000 | 0 | 10011 | 10111010 | 1010000 | 101101 |
Color Harmonies of #17BDCE
Complementary color
Monochromatic Colors of #17BDCE
Black with #17BDCE
Text Example
Text Example
White with #17BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDCE; }
p { color: rgb(23,189,206); }
H1.HeaderClassName
{
color: #17BDCE;
}
.AnyTagClassName
{
color: #17BDCE;
}
</style>
background-color css
<style>
a { background-color: #17BDCE; }
a { background-color: rgb(23,189,206); }
div.DivClassName
{
background-color: #17BDCE;
}
.BgClassName
{
background-color: #17BDCE;
}
</style>
border-color css
<style>
span { border-color: #17BDCE; }
span { border-color: rgb(23,189,206); }
td.TdClassName
{
border-color: #17BDCE;
}
.TagClassName
{
border-color: #17BDCE;
}
</style>