Shades of Robin's Egg Blue #03CCB8
Tints of Robin's Egg Blue #03CCB8
RGB
CMYK
RGB Variations
Color information
#03CCB8 (or 0x03CCB8) is known color: Robin's Egg Blue. HEX triplet: 03, CC and B8. RGB value is (3,204,184). Sum of RGB (Red+Green+Blue) = 3+204+184=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCB8 is #FC3347. Grayscale: #8D8D8D. Windows color (decimal): -16528200 or 12110851. OLE color: 12110851.
HSL color Cylindrical-coordinate representation of color #03CCB8: hue angle of 174.03º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCB8 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 184 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.2 |
| HSL | 174.03º | 0.97% | 0.41% | - |
| HSV(B) | 174.03º | 0.99% | 0.8% | - |
| XYZ | 30.28 | 46.67 | 52.76 | - |
| YUV | 141.62 | 151.91 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 184 | 0.99 | 0 | 0.10 | 0.2 | 174.03 | 0.97 | 0.41 |
| Hex | 3 | CC | B8 | 63 | 0 | A | 14 | AE | 61 | 29 |
| Octal | 3 | 314 | 270 | 143 | 0 | 12 | 24 | 256 | 141 | 51 |
| Binary | 11 | 11001100 | 10111000 | 1100011 | 0 | 1010 | 10100 | 10101110 | 1100001 | 101001 |
Color Harmonies of #03CCB8
Complementary color
Monochromatic Colors of #03CCB8
Black with #03CCB8
Text Example
Text Example
White with #03CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCB8; }
p { color: rgb(3,204,184); }
H1.HeaderClassName
{
color: #03CCB8;
}
.AnyTagClassName
{
color: #03CCB8;
}
</style>
background-color css
<style>
a { background-color: #03CCB8; }
a { background-color: rgb(3,204,184); }
div.DivClassName
{
background-color: #03CCB8;
}
.BgClassName
{
background-color: #03CCB8;
}
</style>
border-color css
<style>
span { border-color: #03CCB8; }
span { border-color: rgb(3,204,184); }
td.TdClassName
{
border-color: #03CCB8;
}
.TagClassName
{
border-color: #03CCB8;
}
</style>