Shades of Robin's Egg Blue #03DEC5
Tints of Robin's Egg Blue #03DEC5
RGB
CMYK
RGB Variations
Color information
#03DEC5 (or 0x03DEC5) is known color: Robin's Egg Blue. HEX triplet: 03, DE and C5. RGB value is (3,222,197). Sum of RGB (Red+Green+Blue) = 3+222+197=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #03DEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DEC5 is #FC213A. Grayscale: #999999. Windows color (decimal): -16523579 or 12967427. OLE color: 12967427.
HSL color Cylindrical-coordinate representation of color #03DEC5: hue angle of 173.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DEC5 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 222 | 197 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.13 |
| HSL | 173.15º | 0.97% | 0.44% | - |
| HSV(B) | 173.15º | 0.99% | 0.87% | - |
| XYZ | 36.24 | 56.29 | 61.78 | - |
| YUV | 153.67 | 152.45 | 20.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 197 | 0.99 | 0 | 0.11 | 0.13 | 173.15 | 0.97 | 0.44 |
| Hex | 3 | DE | C5 | 63 | 0 | B | D | AD | 61 | 2C |
| Octal | 3 | 336 | 305 | 143 | 0 | 13 | 15 | 255 | 141 | 54 |
| Binary | 11 | 11011110 | 11000101 | 1100011 | 0 | 1011 | 1101 | 10101101 | 1100001 | 101100 |
Color Harmonies of #03DEC5
Complementary color
Monochromatic Colors of #03DEC5
Black with #03DEC5
Text Example
Text Example
White with #03DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DEC5; }
p { color: rgb(3,222,197); }
H1.HeaderClassName
{
color: #03DEC5;
}
.AnyTagClassName
{
color: #03DEC5;
}
</style>
background-color css
<style>
a { background-color: #03DEC5; }
a { background-color: rgb(3,222,197); }
div.DivClassName
{
background-color: #03DEC5;
}
.BgClassName
{
background-color: #03DEC5;
}
</style>
border-color css
<style>
span { border-color: #03DEC5; }
span { border-color: rgb(3,222,197); }
td.TdClassName
{
border-color: #03DEC5;
}
.TagClassName
{
border-color: #03DEC5;
}
</style>