Shades of Iris Blue #03BBE0
Tints of Iris Blue #03BBE0
RGB
CMYK
RGB Variations
Color information
#03BBE0 (or 0x03BBE0) is known color: Iris Blue. HEX triplet: 03, BB and E0. RGB value is (3,187,224). Sum of RGB (Red+Green+Blue) = 3+187+224=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #03BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBE0 is #FC441F. Grayscale: #878787. Windows color (decimal): -16532512 or 14727939. OLE color: 14727939.
HSL color Cylindrical-coordinate representation of color #03BBE0: hue angle of 190.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBE0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 187 | 224 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.12 |
| HSL | 190.05º | 0.97% | 0.45% | - |
| HSV(B) | 190.05º | 0.99% | 0.88% | - |
| XYZ | 31.26 | 40.94 | 76.78 | - |
| YUV | 136.2 | 177.54 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 224 | 0.99 | 0.17 | 0 | 0.12 | 190.05 | 0.97 | 0.45 |
| Hex | 3 | BB | E0 | 63 | 11 | 0 | C | BE | 61 | 2D |
| Octal | 3 | 273 | 340 | 143 | 21 | 0 | 14 | 276 | 141 | 55 |
| Binary | 11 | 10111011 | 11100000 | 1100011 | 10001 | 0 | 1100 | 10111110 | 1100001 | 101101 |
Color Harmonies of #03BBE0
Complementary color
Monochromatic Colors of #03BBE0
Black with #03BBE0
Text Example
Text Example
White with #03BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBE0; }
p { color: rgb(3,187,224); }
H1.HeaderClassName
{
color: #03BBE0;
}
.AnyTagClassName
{
color: #03BBE0;
}
</style>
background-color css
<style>
a { background-color: #03BBE0; }
a { background-color: rgb(3,187,224); }
div.DivClassName
{
background-color: #03BBE0;
}
.BgClassName
{
background-color: #03BBE0;
}
</style>
border-color css
<style>
span { border-color: #03BBE0; }
span { border-color: rgb(3,187,224); }
td.TdClassName
{
border-color: #03BBE0;
}
.TagClassName
{
border-color: #03BBE0;
}
</style>