Shades of Robin's Egg Blue #03DBBC
Tints of Robin's Egg Blue #03DBBC
RGB
CMYK
RGB Variations
Color information
#03DBBC (or 0x03DBBC) is known color: Robin's Egg Blue. HEX triplet: 03, DB and BC. RGB value is (3,219,188). Sum of RGB (Red+Green+Blue) = 3+219+188=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBBC is #FC2443. Grayscale: #969696. Windows color (decimal): -16524356 or 12376835. OLE color: 12376835.
HSL color Cylindrical-coordinate representation of color #03DBBC: hue angle of 171.39º 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 #03DBBC is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 188 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.14 |
| HSL | 171.39º | 0.97% | 0.44% | - |
| HSV(B) | 171.39º | 0.99% | 0.86% | - |
| XYZ | 34.45 | 54.31 | 56.24 | - |
| YUV | 150.88 | 148.94 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 188 | 0.99 | 0 | 0.14 | 0.14 | 171.39 | 0.97 | 0.44 |
| Hex | 3 | DB | BC | 63 | 0 | E | E | AB | 61 | 2C |
| Octal | 3 | 333 | 274 | 143 | 0 | 16 | 16 | 253 | 141 | 54 |
| Binary | 11 | 11011011 | 10111100 | 1100011 | 0 | 1110 | 1110 | 10101011 | 1100001 | 101100 |
Color Harmonies of #03DBBC
Complementary color
Monochromatic Colors of #03DBBC
Black with #03DBBC
Text Example
Text Example
White with #03DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBBC; }
p { color: rgb(3,219,188); }
H1.HeaderClassName
{
color: #03DBBC;
}
.AnyTagClassName
{
color: #03DBBC;
}
</style>
background-color css
<style>
a { background-color: #03DBBC; }
a { background-color: rgb(3,219,188); }
div.DivClassName
{
background-color: #03DBBC;
}
.BgClassName
{
background-color: #03DBBC;
}
</style>
border-color css
<style>
span { border-color: #03DBBC; }
span { border-color: rgb(3,219,188); }
td.TdClassName
{
border-color: #03DBBC;
}
.TagClassName
{
border-color: #03DBBC;
}
</style>