Shades of Iris Blue #03BABC
Tints of Iris Blue #03BABC
RGB
CMYK
RGB Variations
Color information
#03BABC (or 0x03BABC) is known color: Iris Blue. HEX triplet: 03, BA and BC. RGB value is (3,186,188). Sum of RGB (Red+Green+Blue) = 3+186+188=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #03BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BABC is #FC4543. Grayscale: #838383. Windows color (decimal): -16532804 or 12368387. OLE color: 12368387.
HSL color Cylindrical-coordinate representation of color #03BABC: hue angle of 180.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BABC is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 186 | 188 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.26 |
| HSL | 180.65º | 0.97% | 0.37% | - |
| HSV(B) | 180.65º | 0.98% | 0.74% | - |
| XYZ | 26.67 | 38.77 | 53.65 | - |
| YUV | 131.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 188 | 0.98 | 0.01 | 0 | 0.26 | 180.65 | 0.97 | 0.37 |
| Hex | 3 | BA | BC | 62 | 1 | 0 | 1A | B5 | 61 | 25 |
| Octal | 3 | 272 | 274 | 142 | 1 | 0 | 32 | 265 | 141 | 45 |
| Binary | 11 | 10111010 | 10111100 | 1100010 | 1 | 0 | 11010 | 10110101 | 1100001 | 100101 |
Color Harmonies of #03BABC
Complementary color
Monochromatic Colors of #03BABC
Black with #03BABC
Text Example
Text Example
White with #03BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BABC; }
p { color: rgb(3,186,188); }
H1.HeaderClassName
{
color: #03BABC;
}
.AnyTagClassName
{
color: #03BABC;
}
</style>
background-color css
<style>
a { background-color: #03BABC; }
a { background-color: rgb(3,186,188); }
div.DivClassName
{
background-color: #03BABC;
}
.BgClassName
{
background-color: #03BABC;
}
</style>
border-color css
<style>
span { border-color: #03BABC; }
span { border-color: rgb(3,186,188); }
td.TdClassName
{
border-color: #03BABC;
}
.TagClassName
{
border-color: #03BABC;
}
</style>