Shades of Robin's Egg Blue #03DDB5
Tints of Robin's Egg Blue #03DDB5
RGB
CMYK
RGB Variations
Color information
#03DDB5 (or 0x03DDB5) is known color: Robin's Egg Blue. HEX triplet: 03, DD and B5. RGB value is (3,221,181). Sum of RGB (Red+Green+Blue) = 3+221+181=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDB5 is #FC224A. Grayscale: #979797. Windows color (decimal): -16523851 or 11918595. OLE color: 11918595.
HSL color Cylindrical-coordinate representation of color #03DDB5: hue angle of 168.99º 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 #03DDB5 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 181 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.13 |
| HSL | 168.99º | 0.97% | 0.44% | - |
| HSV(B) | 168.99º | 0.99% | 0.87% | - |
| XYZ | 34.23 | 55.07 | 52.54 | - |
| YUV | 151.26 | 144.78 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 181 | 0.99 | 0 | 0.18 | 0.13 | 168.99 | 0.97 | 0.44 |
| Hex | 3 | DD | B5 | 63 | 0 | 12 | D | A9 | 61 | 2C |
| Octal | 3 | 335 | 265 | 143 | 0 | 22 | 15 | 251 | 141 | 54 |
| Binary | 11 | 11011101 | 10110101 | 1100011 | 0 | 10010 | 1101 | 10101001 | 1100001 | 101100 |
Color Harmonies of #03DDB5
Complementary color
Monochromatic Colors of #03DDB5
Black with #03DDB5
Text Example
Text Example
White with #03DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDB5; }
p { color: rgb(3,221,181); }
H1.HeaderClassName
{
color: #03DDB5;
}
.AnyTagClassName
{
color: #03DDB5;
}
</style>
background-color css
<style>
a { background-color: #03DDB5; }
a { background-color: rgb(3,221,181); }
div.DivClassName
{
background-color: #03DDB5;
}
.BgClassName
{
background-color: #03DDB5;
}
</style>
border-color css
<style>
span { border-color: #03DDB5; }
span { border-color: rgb(3,221,181); }
td.TdClassName
{
border-color: #03DDB5;
}
.TagClassName
{
border-color: #03DDB5;
}
</style>