Shades of Iris Blue #03BBCE
Tints of Iris Blue #03BBCE
RGB
CMYK
RGB Variations
Color information
#03BBCE (or 0x03BBCE) is known color: Iris Blue. HEX triplet: 03, BB and CE. RGB value is (3,187,206). Sum of RGB (Red+Green+Blue) = 3+187+206=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #03BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCE is #FC4431. Grayscale: #858585. Windows color (decimal): -16532530 or 13548291. OLE color: 13548291.
HSL color Cylindrical-coordinate representation of color #03BBCE: hue angle of 185.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBCE is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 187 | 206 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.19 |
| HSL | 185.62º | 0.97% | 0.41% | - |
| HSV(B) | 185.62º | 0.99% | 0.81% | - |
| XYZ | 28.95 | 40.02 | 64.59 | - |
| YUV | 134.15 | 168.54 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 206 | 0.99 | 0.09 | 0 | 0.19 | 185.62 | 0.97 | 0.41 |
| Hex | 3 | BB | CE | 63 | 9 | 0 | 13 | BA | 61 | 29 |
| Octal | 3 | 273 | 316 | 143 | 11 | 0 | 23 | 272 | 141 | 51 |
| Binary | 11 | 10111011 | 11001110 | 1100011 | 1001 | 0 | 10011 | 10111010 | 1100001 | 101001 |
Color Harmonies of #03BBCE
Complementary color
Monochromatic Colors of #03BBCE
Black with #03BBCE
Text Example
Text Example
White with #03BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBCE; }
p { color: rgb(3,187,206); }
H1.HeaderClassName
{
color: #03BBCE;
}
.AnyTagClassName
{
color: #03BBCE;
}
</style>
background-color css
<style>
a { background-color: #03BBCE; }
a { background-color: rgb(3,187,206); }
div.DivClassName
{
background-color: #03BBCE;
}
.BgClassName
{
background-color: #03BBCE;
}
</style>
border-color css
<style>
span { border-color: #03BBCE; }
span { border-color: rgb(3,187,206); }
td.TdClassName
{
border-color: #03BBCE;
}
.TagClassName
{
border-color: #03BBCE;
}
</style>