Shades of Robin's Egg Blue #03D9BA
Tints of Robin's Egg Blue #03D9BA
RGB
CMYK
RGB Variations
Color information
#03D9BA (or 0x03D9BA) is known color: Robin's Egg Blue. HEX triplet: 03, D9 and BA. RGB value is (3,217,186). Sum of RGB (Red+Green+Blue) = 3+217+186=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #03D9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D9BA is #FC2645. Grayscale: #959595. Windows color (decimal): -16524870 or 12245251. OLE color: 12245251.
HSL color Cylindrical-coordinate representation of color #03D9BA: hue angle of 171.31º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D9BA is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 186 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.15 |
| HSL | 171.31º | 0.97% | 0.43% | - |
| HSV(B) | 171.31º | 0.99% | 0.85% | - |
| XYZ | 33.71 | 53.19 | 54.94 | - |
| YUV | 149.48 | 148.6 | 23.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 186 | 0.99 | 0 | 0.14 | 0.15 | 171.31 | 0.97 | 0.43 |
| Hex | 3 | D9 | BA | 63 | 0 | E | F | AB | 61 | 2B |
| Octal | 3 | 331 | 272 | 143 | 0 | 16 | 17 | 253 | 141 | 53 |
| Binary | 11 | 11011001 | 10111010 | 1100011 | 0 | 1110 | 1111 | 10101011 | 1100001 | 101011 |
Color Harmonies of #03D9BA
Complementary color
Monochromatic Colors of #03D9BA
Black with #03D9BA
Text Example
Text Example
White with #03D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D9BA; }
p { color: rgb(3,217,186); }
H1.HeaderClassName
{
color: #03D9BA;
}
.AnyTagClassName
{
color: #03D9BA;
}
</style>
background-color css
<style>
a { background-color: #03D9BA; }
a { background-color: rgb(3,217,186); }
div.DivClassName
{
background-color: #03D9BA;
}
.BgClassName
{
background-color: #03D9BA;
}
</style>
border-color css
<style>
span { border-color: #03D9BA; }
span { border-color: rgb(3,217,186); }
td.TdClassName
{
border-color: #03D9BA;
}
.TagClassName
{
border-color: #03D9BA;
}
</style>