Shades of Iris Blue #03BBE1
Tints of Iris Blue #03BBE1
RGB
CMYK
RGB Variations
Color information
#03BBE1 (or 0x03BBE1) is known color: Iris Blue. HEX triplet: 03, BB and E1. RGB value is (3,187,225). Sum of RGB (Red+Green+Blue) = 3+187+225=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #03BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBE1 is #FC441E. Grayscale: #878787. Windows color (decimal): -16532511 or 14793475. OLE color: 14793475.
HSL color Cylindrical-coordinate representation of color #03BBE1: hue angle of 190.27º 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 #03BBE1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 187 | 225 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.12 |
| HSL | 190.27º | 0.97% | 0.45% | - |
| HSV(B) | 190.27º | 0.99% | 0.88% | - |
| XYZ | 31.4 | 41 | 77.49 | - |
| YUV | 136.32 | 178.04 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 225 | 0.99 | 0.17 | 0 | 0.12 | 190.27 | 0.97 | 0.45 |
| Hex | 3 | BB | E1 | 63 | 11 | 0 | C | BE | 61 | 2D |
| Octal | 3 | 273 | 341 | 143 | 21 | 0 | 14 | 276 | 141 | 55 |
| Binary | 11 | 10111011 | 11100001 | 1100011 | 10001 | 0 | 1100 | 10111110 | 1100001 | 101101 |
Color Harmonies of #03BBE1
Complementary color
Monochromatic Colors of #03BBE1
Black with #03BBE1
Text Example
Text Example
White with #03BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBE1; }
p { color: rgb(3,187,225); }
H1.HeaderClassName
{
color: #03BBE1;
}
.AnyTagClassName
{
color: #03BBE1;
}
</style>
background-color css
<style>
a { background-color: #03BBE1; }
a { background-color: rgb(3,187,225); }
div.DivClassName
{
background-color: #03BBE1;
}
.BgClassName
{
background-color: #03BBE1;
}
</style>
border-color css
<style>
span { border-color: #03BBE1; }
span { border-color: rgb(3,187,225); }
td.TdClassName
{
border-color: #03BBE1;
}
.TagClassName
{
border-color: #03BBE1;
}
</style>