Shades of Iris Blue #17BBCE
Tints of Iris Blue #17BBCE
RGB
CMYK
RGB Variations
Color information
#17BBCE (or 0x17BBCE) is known color: Iris Blue. HEX triplet: 17, BB and CE. RGB value is (23,187,206). Sum of RGB (Red+Green+Blue) = 23+187+206=416 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.53% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #17BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BBCE is #E84431. Grayscale: #8B8B8B. Windows color (decimal): -15221810 or 13548311. OLE color: 13548311.
HSL color Cylindrical-coordinate representation of color #17BBCE: hue angle of 186.23º 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 #17BBCE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 187 | 206 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.19 |
| HSL | 186.23º | 0.8% | 0.45% | - |
| HSV(B) | 186.23º | 0.89% | 0.81% | - |
| XYZ | 29.26 | 40.18 | 64.61 | - |
| YUV | 140.13 | 165.17 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 187 | 206 | 0.89 | 0.09 | 0 | 0.19 | 186.23 | 0.8 | 0.45 |
| Hex | 17 | BB | CE | 59 | 9 | 0 | 13 | BA | 50 | 2D |
| Octal | 27 | 273 | 316 | 131 | 11 | 0 | 23 | 272 | 120 | 55 |
| Binary | 10111 | 10111011 | 11001110 | 1011001 | 1001 | 0 | 10011 | 10111010 | 1010000 | 101101 |
Color Harmonies of #17BBCE
Complementary color
Monochromatic Colors of #17BBCE
Black with #17BBCE
Text Example
Text Example
White with #17BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BBCE; }
p { color: rgb(23,187,206); }
H1.HeaderClassName
{
color: #17BBCE;
}
.AnyTagClassName
{
color: #17BBCE;
}
</style>
background-color css
<style>
a { background-color: #17BBCE; }
a { background-color: rgb(23,187,206); }
div.DivClassName
{
background-color: #17BBCE;
}
.BgClassName
{
background-color: #17BBCE;
}
</style>
border-color css
<style>
span { border-color: #17BBCE; }
span { border-color: rgb(23,187,206); }
td.TdClassName
{
border-color: #17BBCE;
}
.TagClassName
{
border-color: #17BBCE;
}
</style>