Shades of Robin's Egg Blue #03D5B9
Tints of Robin's Egg Blue #03D5B9
RGB
CMYK
RGB Variations
Color information
#03D5B9 (or 0x03D5B9) is known color: Robin's Egg Blue. HEX triplet: 03, D5 and B9. RGB value is (3,213,185). Sum of RGB (Red+Green+Blue) = 3+213+185=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #03D5B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D5B9 is #FC2A46. Grayscale: #929292. Windows color (decimal): -16525895 or 12178691. OLE color: 12178691.
HSL color Cylindrical-coordinate representation of color #03D5B9: hue angle of 172º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D5B9 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 185 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.16 |
| HSL | 172º | 0.97% | 0.42% | - |
| HSV(B) | 172º | 0.99% | 0.84% | - |
| XYZ | 32.59 | 51.11 | 54.05 | - |
| YUV | 147.02 | 149.43 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 185 | 0.99 | 0 | 0.13 | 0.16 | 172 | 0.97 | 0.42 |
| Hex | 3 | D5 | B9 | 63 | 0 | D | 10 | AC | 61 | 2A |
| Octal | 3 | 325 | 271 | 143 | 0 | 15 | 20 | 254 | 141 | 52 |
| Binary | 11 | 11010101 | 10111001 | 1100011 | 0 | 1101 | 10000 | 10101100 | 1100001 | 101010 |
Color Harmonies of #03D5B9
Complementary color
Monochromatic Colors of #03D5B9
Black with #03D5B9
Text Example
Text Example
White with #03D5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D5B9; }
p { color: rgb(3,213,185); }
H1.HeaderClassName
{
color: #03D5B9;
}
.AnyTagClassName
{
color: #03D5B9;
}
</style>
background-color css
<style>
a { background-color: #03D5B9; }
a { background-color: rgb(3,213,185); }
div.DivClassName
{
background-color: #03D5B9;
}
.BgClassName
{
background-color: #03D5B9;
}
</style>
border-color css
<style>
span { border-color: #03D5B9; }
span { border-color: rgb(3,213,185); }
td.TdClassName
{
border-color: #03D5B9;
}
.TagClassName
{
border-color: #03D5B9;
}
</style>