Shades of Robin's Egg Blue #03DBBB
Tints of Robin's Egg Blue #03DBBB
RGB
CMYK
RGB Variations
Color information
#03DBBB (or 0x03DBBB) is known color: Robin's Egg Blue. HEX triplet: 03, DB and BB. RGB value is (3,219,187). Sum of RGB (Red+Green+Blue) = 3+219+187=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBBB is #FC2444. Grayscale: #969696. Windows color (decimal): -16524357 or 12311299. OLE color: 12311299.
HSL color Cylindrical-coordinate representation of color #03DBBB: hue angle of 171.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DBBB is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 187 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.14 |
| HSL | 171.11º | 0.97% | 0.44% | - |
| HSV(B) | 171.11º | 0.99% | 0.86% | - |
| XYZ | 34.34 | 54.27 | 55.68 | - |
| YUV | 150.77 | 148.44 | 22.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 187 | 0.99 | 0 | 0.15 | 0.14 | 171.11 | 0.97 | 0.44 |
| Hex | 3 | DB | BB | 63 | 0 | F | E | AB | 61 | 2C |
| Octal | 3 | 333 | 273 | 143 | 0 | 17 | 16 | 253 | 141 | 54 |
| Binary | 11 | 11011011 | 10111011 | 1100011 | 0 | 1111 | 1110 | 10101011 | 1100001 | 101100 |
Color Harmonies of #03DBBB
Complementary color
Monochromatic Colors of #03DBBB
Black with #03DBBB
Text Example
Text Example
White with #03DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBBB; }
p { color: rgb(3,219,187); }
H1.HeaderClassName
{
color: #03DBBB;
}
.AnyTagClassName
{
color: #03DBBB;
}
</style>
background-color css
<style>
a { background-color: #03DBBB; }
a { background-color: rgb(3,219,187); }
div.DivClassName
{
background-color: #03DBBB;
}
.BgClassName
{
background-color: #03DBBB;
}
</style>
border-color css
<style>
span { border-color: #03DBBB; }
span { border-color: rgb(3,219,187); }
td.TdClassName
{
border-color: #03DBBB;
}
.TagClassName
{
border-color: #03DBBB;
}
</style>