Shades of Robin's Egg Blue #0FDEC1
Tints of Robin's Egg Blue #0FDEC1
RGB
CMYK
RGB Variations
Color information
#0FDEC1 (or 0x0FDEC1) is known color: Robin's Egg Blue. HEX triplet: 0F, DE and C1. RGB value is (15,222,193). Sum of RGB (Red+Green+Blue) = 15+222+193=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEC1 is #F0213E. Grayscale: #9C9C9C. Windows color (decimal): -15737151 or 12705295. OLE color: 12705295.
HSL color Cylindrical-coordinate representation of color #0FDEC1: hue angle of 171.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEC1 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 193 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.13 |
| HSL | 171.59º | 0.87% | 0.46% | - |
| HSV(B) | 171.59º | 0.93% | 0.87% | - |
| XYZ | 35.94 | 56.19 | 59.4 | - |
| YUV | 156.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 193 | 0.93 | 0 | 0.13 | 0.13 | 171.59 | 0.87 | 0.46 |
| Hex | F | DE | C1 | 5D | 0 | D | D | AC | 57 | 2E |
| Octal | 17 | 336 | 301 | 135 | 0 | 15 | 15 | 254 | 127 | 56 |
| Binary | 1111 | 11011110 | 11000001 | 1011101 | 0 | 1101 | 1101 | 10101100 | 1010111 | 101110 |
Color Harmonies of #0FDEC1
Complementary color
Monochromatic Colors of #0FDEC1
Black with #0FDEC1
Text Example
Text Example
White with #0FDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEC1; }
p { color: rgb(15,222,193); }
H1.HeaderClassName
{
color: #0FDEC1;
}
.AnyTagClassName
{
color: #0FDEC1;
}
</style>
background-color css
<style>
a { background-color: #0FDEC1; }
a { background-color: rgb(15,222,193); }
div.DivClassName
{
background-color: #0FDEC1;
}
.BgClassName
{
background-color: #0FDEC1;
}
</style>
border-color css
<style>
span { border-color: #0FDEC1; }
span { border-color: rgb(15,222,193); }
td.TdClassName
{
border-color: #0FDEC1;
}
.TagClassName
{
border-color: #0FDEC1;
}
</style>