Shades of Robin's Egg Blue #03D8CB
Tints of Robin's Egg Blue #03D8CB
RGB
CMYK
RGB Variations
Color information
#03D8CB (or 0x03D8CB) is known color: Robin's Egg Blue. HEX triplet: 03, D8 and CB. RGB value is (3,216,203). Sum of RGB (Red+Green+Blue) = 3+216+203=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #03D8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D8CB is #FC2734. Grayscale: #969696. Windows color (decimal): -16525109 or 13359107. OLE color: 13359107.
HSL color Cylindrical-coordinate representation of color #03D8CB: hue angle of 176.34º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8CB is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 216 | 203 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.15 |
| HSL | 176.34º | 0.97% | 0.43% | - |
| HSV(B) | 176.34º | 0.99% | 0.85% | - |
| XYZ | 35.37 | 53.44 | 64.95 | - |
| YUV | 150.83 | 157.43 | 22.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 203 | 0.99 | 0 | 0.06 | 0.15 | 176.34 | 0.97 | 0.43 |
| Hex | 3 | D8 | CB | 63 | 0 | 6 | F | B0 | 61 | 2B |
| Octal | 3 | 330 | 313 | 143 | 0 | 6 | 17 | 260 | 141 | 53 |
| Binary | 11 | 11011000 | 11001011 | 1100011 | 0 | 110 | 1111 | 10110000 | 1100001 | 101011 |
Color Harmonies of #03D8CB
Complementary color
Monochromatic Colors of #03D8CB
Black with #03D8CB
Text Example
Text Example
White with #03D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8CB; }
p { color: rgb(3,216,203); }
H1.HeaderClassName
{
color: #03D8CB;
}
.AnyTagClassName
{
color: #03D8CB;
}
</style>
background-color css
<style>
a { background-color: #03D8CB; }
a { background-color: rgb(3,216,203); }
div.DivClassName
{
background-color: #03D8CB;
}
.BgClassName
{
background-color: #03D8CB;
}
</style>
border-color css
<style>
span { border-color: #03D8CB; }
span { border-color: rgb(3,216,203); }
td.TdClassName
{
border-color: #03D8CB;
}
.TagClassName
{
border-color: #03D8CB;
}
</style>