Shades of Iris Blue #17BACE
Tints of Iris Blue #17BACE
RGB
CMYK
RGB Variations
Color information
#17BACE (or 0x17BACE) is known color: Iris Blue. HEX triplet: 17, BA and CE. RGB value is (23,186,206). Sum of RGB (Red+Green+Blue) = 23+186+206=415 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.54% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #17BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BACE is #E84531. Grayscale: #8B8B8B. Windows color (decimal): -15222066 or 13548055. OLE color: 13548055.
HSL color Cylindrical-coordinate representation of color #17BACE: hue angle of 186.56º 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 #17BACE is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 186 | 206 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.19 |
| HSL | 186.56º | 0.8% | 0.45% | - |
| HSV(B) | 186.56º | 0.89% | 0.81% | - |
| XYZ | 29.05 | 39.76 | 64.53 | - |
| YUV | 139.54 | 165.5 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 206 | 0.89 | 0.10 | 0 | 0.19 | 186.56 | 0.8 | 0.45 |
| Hex | 17 | BA | CE | 59 | A | 0 | 13 | BB | 50 | 2D |
| Octal | 27 | 272 | 316 | 131 | 12 | 0 | 23 | 273 | 120 | 55 |
| Binary | 10111 | 10111010 | 11001110 | 1011001 | 1010 | 0 | 10011 | 10111011 | 1010000 | 101101 |
Color Harmonies of #17BACE
Complementary color
Monochromatic Colors of #17BACE
Black with #17BACE
Text Example
Text Example
White with #17BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BACE; }
p { color: rgb(23,186,206); }
H1.HeaderClassName
{
color: #17BACE;
}
.AnyTagClassName
{
color: #17BACE;
}
</style>
background-color css
<style>
a { background-color: #17BACE; }
a { background-color: rgb(23,186,206); }
div.DivClassName
{
background-color: #17BACE;
}
.BgClassName
{
background-color: #17BACE;
}
</style>
border-color css
<style>
span { border-color: #17BACE; }
span { border-color: rgb(23,186,206); }
td.TdClassName
{
border-color: #17BACE;
}
.TagClassName
{
border-color: #17BACE;
}
</style>