Shades of Iris Blue #00BBCE
Tints of Iris Blue #00BBCE
RGB
CMYK
RGB Variations
Color information
#00BBCE (or 0x00BBCE) is known color: Iris Blue. HEX triplet: 00, BB and CE. RGB value is (0,187,206). Sum of RGB (Red+Green+Blue) = 0+187+206=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #00BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBCE is #FF4431. Grayscale: #848484. Windows color (decimal): -16729138 or 13548288. OLE color: 13548288.
HSL color Cylindrical-coordinate representation of color #00BBCE: hue angle of 185.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBCE is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 187 | 206 | - |
| CMYK | 1 | 0.09 | 0 | 0.19 |
| HSL | 185.53º | 1% | 0.4% | - |
| HSV(B) | 185.53º | 1% | 0.81% | - |
| XYZ | 28.91 | 40 | 64.59 | - |
| YUV | 133.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 206 | 1 | 0.09 | 0 | 0.19 | 185.53 | 1 | 0.4 |
| Hex | 0 | BB | CE | 64 | 9 | 0 | 13 | BA | 64 | 28 |
| Octal | 0 | 273 | 316 | 144 | 11 | 0 | 23 | 272 | 144 | 50 |
| Binary | 0 | 10111011 | 11001110 | 1100100 | 1001 | 0 | 10011 | 10111010 | 1100100 | 101000 |
Color Harmonies of #00BBCE
Complementary color
Monochromatic Colors of #00BBCE
Black with #00BBCE
Text Example
Text Example
White with #00BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBCE; }
p { color: rgb(0,187,206); }
H1.HeaderClassName
{
color: #00BBCE;
}
.AnyTagClassName
{
color: #00BBCE;
}
</style>
background-color css
<style>
a { background-color: #00BBCE; }
a { background-color: rgb(0,187,206); }
div.DivClassName
{
background-color: #00BBCE;
}
.BgClassName
{
background-color: #00BBCE;
}
</style>
border-color css
<style>
span { border-color: #00BBCE; }
span { border-color: rgb(0,187,206); }
td.TdClassName
{
border-color: #00BBCE;
}
.TagClassName
{
border-color: #00BBCE;
}
</style>