Shades of Robin's Egg Blue #0FC2CA
Tints of Robin's Egg Blue #0FC2CA
RGB
CMYK
RGB Variations
Color information
#0FC2CA (or 0x0FC2CA) is known color: Robin's Egg Blue. HEX triplet: 0F, C2 and CA. RGB value is (15,194,202). Sum of RGB (Red+Green+Blue) = 15+194+202=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FC2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2CA is #F03D35. Grayscale: #8D8D8D. Windows color (decimal): -15744310 or 13287951. OLE color: 13287951.
HSL color Cylindrical-coordinate representation of color #0FC2CA: hue angle of 182.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC2CA is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 194 | 202 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.21 |
| HSL | 182.57º | 0.86% | 0.43% | - |
| HSV(B) | 182.57º | 0.93% | 0.79% | - |
| XYZ | 30.15 | 42.95 | 62.58 | - |
| YUV | 141.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 202 | 0.93 | 0.04 | 0 | 0.21 | 182.57 | 0.86 | 0.43 |
| Hex | F | C2 | CA | 5D | 4 | 0 | 15 | B7 | 56 | 2B |
| Octal | 17 | 302 | 312 | 135 | 4 | 0 | 25 | 267 | 126 | 53 |
| Binary | 1111 | 11000010 | 11001010 | 1011101 | 100 | 0 | 10101 | 10110111 | 1010110 | 101011 |
Color Harmonies of #0FC2CA
Complementary color
Monochromatic Colors of #0FC2CA
Black with #0FC2CA
Text Example
Text Example
White with #0FC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2CA; }
p { color: rgb(15,194,202); }
H1.HeaderClassName
{
color: #0FC2CA;
}
.AnyTagClassName
{
color: #0FC2CA;
}
</style>
background-color css
<style>
a { background-color: #0FC2CA; }
a { background-color: rgb(15,194,202); }
div.DivClassName
{
background-color: #0FC2CA;
}
.BgClassName
{
background-color: #0FC2CA;
}
</style>
border-color css
<style>
span { border-color: #0FC2CA; }
span { border-color: rgb(15,194,202); }
td.TdClassName
{
border-color: #0FC2CA;
}
.TagClassName
{
border-color: #0FC2CA;
}
</style>