Shades of Iris Blue #15BBCE
Tints of Iris Blue #15BBCE
RGB
CMYK
RGB Variations
Color information
#15BBCE (or 0x15BBCE) is known color: Iris Blue. HEX triplet: 15, BB and CE. RGB value is (21,187,206). Sum of RGB (Red+Green+Blue) = 21+187+206=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBCE is #EA4431. Grayscale: #8B8B8B. Windows color (decimal): -15352882 or 13548309. OLE color: 13548309.
HSL color Cylindrical-coordinate representation of color #15BBCE: hue angle of 186.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBCE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 187 | 206 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.19 |
| HSL | 186.16º | 0.81% | 0.45% | - |
| HSV(B) | 186.16º | 0.9% | 0.81% | - |
| XYZ | 29.22 | 40.16 | 64.6 | - |
| YUV | 139.53 | 165.5 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 206 | 0.90 | 0.09 | 0 | 0.19 | 186.16 | 0.81 | 0.45 |
| Hex | 15 | BB | CE | 5A | 9 | 0 | 13 | BA | 51 | 2D |
| Octal | 25 | 273 | 316 | 132 | 11 | 0 | 23 | 272 | 121 | 55 |
| Binary | 10101 | 10111011 | 11001110 | 1011010 | 1001 | 0 | 10011 | 10111010 | 1010001 | 101101 |
Color Harmonies of #15BBCE
Complementary color
Monochromatic Colors of #15BBCE
Black with #15BBCE
Text Example
Text Example
White with #15BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBCE; }
p { color: rgb(21,187,206); }
H1.HeaderClassName
{
color: #15BBCE;
}
.AnyTagClassName
{
color: #15BBCE;
}
</style>
background-color css
<style>
a { background-color: #15BBCE; }
a { background-color: rgb(21,187,206); }
div.DivClassName
{
background-color: #15BBCE;
}
.BgClassName
{
background-color: #15BBCE;
}
</style>
border-color css
<style>
span { border-color: #15BBCE; }
span { border-color: rgb(21,187,206); }
td.TdClassName
{
border-color: #15BBCE;
}
.TagClassName
{
border-color: #15BBCE;
}
</style>