Shades of Robin's Egg Blue #03DEBB
Tints of Robin's Egg Blue #03DEBB
RGB
CMYK
RGB Variations
Color information
#03DEBB (or 0x03DEBB) is known color: Robin's Egg Blue. HEX triplet: 03, DE and BB. RGB value is (3,222,187). Sum of RGB (Red+Green+Blue) = 3+222+187=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #03DEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DEBB is #FC2144. Grayscale: #989898. Windows color (decimal): -16523589 or 12312067. OLE color: 12312067.
HSL color Cylindrical-coordinate representation of color #03DEBB: hue angle of 170.41º 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 #03DEBB is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 222 | 187 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.13 |
| HSL | 170.41º | 0.97% | 0.44% | - |
| HSV(B) | 170.41º | 0.99% | 0.87% | - |
| XYZ | 35.13 | 55.85 | 55.94 | - |
| YUV | 152.53 | 147.45 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 187 | 0.99 | 0 | 0.16 | 0.13 | 170.41 | 0.97 | 0.44 |
| Hex | 3 | DE | BB | 63 | 0 | 10 | D | AA | 61 | 2C |
| Octal | 3 | 336 | 273 | 143 | 0 | 20 | 15 | 252 | 141 | 54 |
| Binary | 11 | 11011110 | 10111011 | 1100011 | 0 | 10000 | 1101 | 10101010 | 1100001 | 101100 |
Color Harmonies of #03DEBB
Complementary color
Monochromatic Colors of #03DEBB
Black with #03DEBB
Text Example
Text Example
White with #03DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DEBB; }
p { color: rgb(3,222,187); }
H1.HeaderClassName
{
color: #03DEBB;
}
.AnyTagClassName
{
color: #03DEBB;
}
</style>
background-color css
<style>
a { background-color: #03DEBB; }
a { background-color: rgb(3,222,187); }
div.DivClassName
{
background-color: #03DEBB;
}
.BgClassName
{
background-color: #03DEBB;
}
</style>
border-color css
<style>
span { border-color: #03DEBB; }
span { border-color: rgb(3,222,187); }
td.TdClassName
{
border-color: #03DEBB;
}
.TagClassName
{
border-color: #03DEBB;
}
</style>