Shades of Robin's Egg Blue #03DDBC
Tints of Robin's Egg Blue #03DDBC
RGB
CMYK
RGB Variations
Color information
#03DDBC (or 0x03DDBC) is known color: Robin's Egg Blue. HEX triplet: 03, DD and BC. RGB value is (3,221,188). Sum of RGB (Red+Green+Blue) = 3+221+188=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDBC is #FC2243. Grayscale: #979797. Windows color (decimal): -16523844 or 12377347. OLE color: 12377347.
HSL color Cylindrical-coordinate representation of color #03DDBC: hue angle of 170.92º 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 #03DDBC is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 188 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.13 |
| HSL | 170.92º | 0.97% | 0.44% | - |
| HSV(B) | 170.92º | 0.99% | 0.87% | - |
| XYZ | 34.97 | 55.36 | 56.42 | - |
| YUV | 152.06 | 148.28 | 21.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 188 | 0.99 | 0 | 0.15 | 0.13 | 170.92 | 0.97 | 0.44 |
| Hex | 3 | DD | BC | 63 | 0 | F | D | AB | 61 | 2C |
| Octal | 3 | 335 | 274 | 143 | 0 | 17 | 15 | 253 | 141 | 54 |
| Binary | 11 | 11011101 | 10111100 | 1100011 | 0 | 1111 | 1101 | 10101011 | 1100001 | 101100 |
Color Harmonies of #03DDBC
Complementary color
Monochromatic Colors of #03DDBC
Black with #03DDBC
Text Example
Text Example
White with #03DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDBC; }
p { color: rgb(3,221,188); }
H1.HeaderClassName
{
color: #03DDBC;
}
.AnyTagClassName
{
color: #03DDBC;
}
</style>
background-color css
<style>
a { background-color: #03DDBC; }
a { background-color: rgb(3,221,188); }
div.DivClassName
{
background-color: #03DDBC;
}
.BgClassName
{
background-color: #03DDBC;
}
</style>
border-color css
<style>
span { border-color: #03DDBC; }
span { border-color: rgb(3,221,188); }
td.TdClassName
{
border-color: #03DDBC;
}
.TagClassName
{
border-color: #03DDBC;
}
</style>