Shades of Robin's Egg Blue #03C8BC
Tints of Robin's Egg Blue #03C8BC
RGB
CMYK
RGB Variations
Color information
#03C8BC (or 0x03C8BC) is known color: Robin's Egg Blue. HEX triplet: 03, C8 and BC. RGB value is (3,200,188). Sum of RGB (Red+Green+Blue) = 3+200+188=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #03C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C8BC is #FC3743. Grayscale: #8B8B8B. Windows color (decimal): -16529220 or 12371971. OLE color: 12371971.
HSL color Cylindrical-coordinate representation of color #03C8BC: hue angle of 176.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C8BC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 188 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.22 |
| HSL | 176.35º | 0.97% | 0.4% | - |
| HSV(B) | 176.35º | 0.99% | 0.78% | - |
| XYZ | 29.77 | 44.96 | 54.69 | - |
| YUV | 139.73 | 155.23 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 188 | 0.98 | 0 | 0.06 | 0.22 | 176.35 | 0.97 | 0.4 |
| Hex | 3 | C8 | BC | 62 | 0 | 6 | 16 | B0 | 61 | 28 |
| Octal | 3 | 310 | 274 | 142 | 0 | 6 | 26 | 260 | 141 | 50 |
| Binary | 11 | 11001000 | 10111100 | 1100010 | 0 | 110 | 10110 | 10110000 | 1100001 | 101000 |
Color Harmonies of #03C8BC
Complementary color
Monochromatic Colors of #03C8BC
Black with #03C8BC
Text Example
Text Example
White with #03C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C8BC; }
p { color: rgb(3,200,188); }
H1.HeaderClassName
{
color: #03C8BC;
}
.AnyTagClassName
{
color: #03C8BC;
}
</style>
background-color css
<style>
a { background-color: #03C8BC; }
a { background-color: rgb(3,200,188); }
div.DivClassName
{
background-color: #03C8BC;
}
.BgClassName
{
background-color: #03C8BC;
}
</style>
border-color css
<style>
span { border-color: #03C8BC; }
span { border-color: rgb(3,200,188); }
td.TdClassName
{
border-color: #03C8BC;
}
.TagClassName
{
border-color: #03C8BC;
}
</style>