Shades of Iris Blue #03BABA
Tints of Iris Blue #03BABA
RGB
CMYK
RGB Variations
Color information
#03BABA (or 0x03BABA) is known color: Iris Blue. HEX triplet: 03, BA and BA. RGB value is (3,186,186). Sum of RGB (Red+Green+Blue) = 3+186+186=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #03BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BABA is #FC4545. Grayscale: #838383. Windows color (decimal): -16532806 or 12237315. OLE color: 12237315.
HSL color Cylindrical-coordinate representation of color #03BABA: hue angle of 180º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BABA is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 186 | - |
| CMYK | 0.98 | 0 | 0 | 0.27 |
| HSL | 180º | 0.97% | 0.37% | - |
| HSV(B) | 180º | 0.98% | 0.73% | - |
| XYZ | 26.46 | 38.68 | 52.53 | - |
| YUV | 131.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 186 | 0.98 | 0 | 0 | 0.27 | 180 | 0.97 | 0.37 |
| Hex | 3 | BA | BA | 62 | 0 | 0 | 1B | B4 | 61 | 25 |
| Octal | 3 | 272 | 272 | 142 | 0 | 0 | 33 | 264 | 141 | 45 |
| Binary | 11 | 10111010 | 10111010 | 1100010 | 0 | 0 | 11011 | 10110100 | 1100001 | 100101 |
Color Harmonies of #03BABA
Complementary color
Monochromatic Colors of #03BABA
Black with #03BABA
Text Example
Text Example
White with #03BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BABA; }
p { color: rgb(3,186,186); }
H1.HeaderClassName
{
color: #03BABA;
}
.AnyTagClassName
{
color: #03BABA;
}
</style>
background-color css
<style>
a { background-color: #03BABA; }
a { background-color: rgb(3,186,186); }
div.DivClassName
{
background-color: #03BABA;
}
.BgClassName
{
background-color: #03BABA;
}
</style>
border-color css
<style>
span { border-color: #03BABA; }
span { border-color: rgb(3,186,186); }
td.TdClassName
{
border-color: #03BABA;
}
.TagClassName
{
border-color: #03BABA;
}
</style>