Shades of Robin's Egg Blue #03D2CB
Tints of Robin's Egg Blue #03D2CB
RGB
CMYK
RGB Variations
Color information
#03D2CB (or 0x03D2CB) is known color: Robin's Egg Blue. HEX triplet: 03, D2 and CB. RGB value is (3,210,203). Sum of RGB (Red+Green+Blue) = 3+210+203=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #03D2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D2CB is #FC2D34. Grayscale: #939393. Windows color (decimal): -16526645 or 13357571. OLE color: 13357571.
HSL color Cylindrical-coordinate representation of color #03D2CB: hue angle of 177.97º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2CB is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 203 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.18 |
| HSL | 177.97º | 0.97% | 0.42% | - |
| HSV(B) | 177.97º | 0.99% | 0.82% | - |
| XYZ | 33.86 | 50.42 | 64.45 | - |
| YUV | 147.31 | 159.42 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 203 | 0.99 | 0 | 0.03 | 0.18 | 177.97 | 0.97 | 0.42 |
| Hex | 3 | D2 | CB | 63 | 0 | 3 | 12 | B2 | 61 | 2A |
| Octal | 3 | 322 | 313 | 143 | 0 | 3 | 22 | 262 | 141 | 52 |
| Binary | 11 | 11010010 | 11001011 | 1100011 | 0 | 11 | 10010 | 10110010 | 1100001 | 101010 |
Color Harmonies of #03D2CB
Complementary color
Monochromatic Colors of #03D2CB
Black with #03D2CB
Text Example
Text Example
White with #03D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2CB; }
p { color: rgb(3,210,203); }
H1.HeaderClassName
{
color: #03D2CB;
}
.AnyTagClassName
{
color: #03D2CB;
}
</style>
background-color css
<style>
a { background-color: #03D2CB; }
a { background-color: rgb(3,210,203); }
div.DivClassName
{
background-color: #03D2CB;
}
.BgClassName
{
background-color: #03D2CB;
}
</style>
border-color css
<style>
span { border-color: #03D2CB; }
span { border-color: rgb(3,210,203); }
td.TdClassName
{
border-color: #03D2CB;
}
.TagClassName
{
border-color: #03D2CB;
}
</style>