Shades of Iris Blue #03BAE1
Tints of Iris Blue #03BAE1
RGB
CMYK
RGB Variations
Color information
#03BAE1 (or 0x03BAE1) is known color: Iris Blue. HEX triplet: 03, BA and E1. RGB value is (3,186,225). Sum of RGB (Red+Green+Blue) = 3+186+225=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #03BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BAE1 is #FC451E. Grayscale: #878787. Windows color (decimal): -16532767 or 14793219. OLE color: 14793219.
HSL color Cylindrical-coordinate representation of color #03BAE1: hue angle of 190.54º 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 #03BAE1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 186 | 225 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.12 |
| HSL | 190.54º | 0.97% | 0.45% | - |
| HSV(B) | 190.54º | 0.99% | 0.88% | - |
| XYZ | 31.19 | 40.57 | 77.42 | - |
| YUV | 135.73 | 178.37 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 225 | 0.99 | 0.17 | 0 | 0.12 | 190.54 | 0.97 | 0.45 |
| Hex | 3 | BA | E1 | 63 | 11 | 0 | C | BF | 61 | 2D |
| Octal | 3 | 272 | 341 | 143 | 21 | 0 | 14 | 277 | 141 | 55 |
| Binary | 11 | 10111010 | 11100001 | 1100011 | 10001 | 0 | 1100 | 10111111 | 1100001 | 101101 |
Color Harmonies of #03BAE1
Complementary color
Monochromatic Colors of #03BAE1
Black with #03BAE1
Text Example
Text Example
White with #03BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BAE1; }
p { color: rgb(3,186,225); }
H1.HeaderClassName
{
color: #03BAE1;
}
.AnyTagClassName
{
color: #03BAE1;
}
</style>
background-color css
<style>
a { background-color: #03BAE1; }
a { background-color: rgb(3,186,225); }
div.DivClassName
{
background-color: #03BAE1;
}
.BgClassName
{
background-color: #03BAE1;
}
</style>
border-color css
<style>
span { border-color: #03BAE1; }
span { border-color: rgb(3,186,225); }
td.TdClassName
{
border-color: #03BAE1;
}
.TagClassName
{
border-color: #03BAE1;
}
</style>