Shades of Robin's Egg Blue #0FDBCA
Tints of Robin's Egg Blue #0FDBCA
RGB
CMYK
RGB Variations
Color information
#0FDBCA (or 0x0FDBCA) is known color: Robin's Egg Blue. HEX triplet: 0F, DB and CA. RGB value is (15,219,202). Sum of RGB (Red+Green+Blue) = 15+219+202=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBCA is #F02435. Grayscale: #9B9B9B. Windows color (decimal): -15737910 or 13294351. OLE color: 13294351.
HSL color Cylindrical-coordinate representation of color #0FDBCA: hue angle of 175º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDBCA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 202 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.14 |
| HSL | 175º | 0.87% | 0.46% | - |
| HSV(B) | 175º | 0.93% | 0.86% | - |
| XYZ | 36.19 | 55.03 | 64.59 | - |
| YUV | 156.07 | 153.91 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 202 | 0.93 | 0 | 0.08 | 0.14 | 175 | 0.87 | 0.46 |
| Hex | F | DB | CA | 5D | 0 | 8 | E | AF | 57 | 2E |
| Octal | 17 | 333 | 312 | 135 | 0 | 10 | 16 | 257 | 127 | 56 |
| Binary | 1111 | 11011011 | 11001010 | 1011101 | 0 | 1000 | 1110 | 10101111 | 1010111 | 101110 |
Color Harmonies of #0FDBCA
Complementary color
Monochromatic Colors of #0FDBCA
Black with #0FDBCA
Text Example
Text Example
White with #0FDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBCA; }
p { color: rgb(15,219,202); }
H1.HeaderClassName
{
color: #0FDBCA;
}
.AnyTagClassName
{
color: #0FDBCA;
}
</style>
background-color css
<style>
a { background-color: #0FDBCA; }
a { background-color: rgb(15,219,202); }
div.DivClassName
{
background-color: #0FDBCA;
}
.BgClassName
{
background-color: #0FDBCA;
}
</style>
border-color css
<style>
span { border-color: #0FDBCA; }
span { border-color: rgb(15,219,202); }
td.TdClassName
{
border-color: #0FDBCA;
}
.TagClassName
{
border-color: #0FDBCA;
}
</style>