Shades of Robin's Egg Blue #0FD8CA
Tints of Robin's Egg Blue #0FD8CA
RGB
CMYK
RGB Variations
Color information
#0FD8CA (or 0x0FD8CA) is known color: Robin's Egg Blue. HEX triplet: 0F, D8 and CA. RGB value is (15,216,202). Sum of RGB (Red+Green+Blue) = 15+216+202=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD8CA is #F02735. Grayscale: #9A9A9A. Windows color (decimal): -15738678 or 13293583. OLE color: 13293583.
HSL color Cylindrical-coordinate representation of color #0FD8CA: hue angle of 175.82º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD8CA is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 202 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.15 |
| HSL | 175.82º | 0.87% | 0.45% | - |
| HSV(B) | 175.82º | 0.93% | 0.85% | - |
| XYZ | 35.41 | 53.48 | 64.33 | - |
| YUV | 154.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 202 | 0.93 | 0 | 0.06 | 0.15 | 175.82 | 0.87 | 0.45 |
| Hex | F | D8 | CA | 5D | 0 | 6 | F | B0 | 57 | 2D |
| Octal | 17 | 330 | 312 | 135 | 0 | 6 | 17 | 260 | 127 | 55 |
| Binary | 1111 | 11011000 | 11001010 | 1011101 | 0 | 110 | 1111 | 10110000 | 1010111 | 101101 |
Color Harmonies of #0FD8CA
Complementary color
Monochromatic Colors of #0FD8CA
Black with #0FD8CA
Text Example
Text Example
White with #0FD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8CA; }
p { color: rgb(15,216,202); }
H1.HeaderClassName
{
color: #0FD8CA;
}
.AnyTagClassName
{
color: #0FD8CA;
}
</style>
background-color css
<style>
a { background-color: #0FD8CA; }
a { background-color: rgb(15,216,202); }
div.DivClassName
{
background-color: #0FD8CA;
}
.BgClassName
{
background-color: #0FD8CA;
}
</style>
border-color css
<style>
span { border-color: #0FD8CA; }
span { border-color: rgb(15,216,202); }
td.TdClassName
{
border-color: #0FD8CA;
}
.TagClassName
{
border-color: #0FD8CA;
}
</style>