Shades of Iris Blue #17BCCE
Tints of Iris Blue #17BCCE
RGB
CMYK
RGB Variations
Color information
#17BCCE (or 0x17BCCE) is known color: Iris Blue. HEX triplet: 17, BC and CE. RGB value is (23,188,206). Sum of RGB (Red+Green+Blue) = 23+188+206=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #17BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BCCE is #E84331. Grayscale: #8C8C8C. Windows color (decimal): -15221554 or 13548567. OLE color: 13548567.
HSL color Cylindrical-coordinate representation of color #17BCCE: hue angle of 185.9º 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 #17BCCE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 188 | 206 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.19 |
| HSL | 185.9º | 0.8% | 0.45% | - |
| HSV(B) | 185.9º | 0.89% | 0.81% | - |
| XYZ | 29.48 | 40.6 | 64.68 | - |
| YUV | 140.72 | 164.84 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 206 | 0.89 | 0.09 | 0 | 0.19 | 185.9 | 0.8 | 0.45 |
| Hex | 17 | BC | CE | 59 | 9 | 0 | 13 | BA | 50 | 2D |
| Octal | 27 | 274 | 316 | 131 | 11 | 0 | 23 | 272 | 120 | 55 |
| Binary | 10111 | 10111100 | 11001110 | 1011001 | 1001 | 0 | 10011 | 10111010 | 1010000 | 101101 |
Color Harmonies of #17BCCE
Complementary color
Monochromatic Colors of #17BCCE
Black with #17BCCE
Text Example
Text Example
White with #17BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCCE; }
p { color: rgb(23,188,206); }
H1.HeaderClassName
{
color: #17BCCE;
}
.AnyTagClassName
{
color: #17BCCE;
}
</style>
background-color css
<style>
a { background-color: #17BCCE; }
a { background-color: rgb(23,188,206); }
div.DivClassName
{
background-color: #17BCCE;
}
.BgClassName
{
background-color: #17BCCE;
}
</style>
border-color css
<style>
span { border-color: #17BCCE; }
span { border-color: rgb(23,188,206); }
td.TdClassName
{
border-color: #17BCCE;
}
.TagClassName
{
border-color: #17BCCE;
}
</style>