Shades of Robin's Egg Blue #0FDDBE
Tints of Robin's Egg Blue #0FDDBE
RGB
CMYK
RGB Variations
Color information
#0FDDBE (or 0x0FDDBE) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and BE. RGB value is (15,221,190). Sum of RGB (Red+Green+Blue) = 15+221+190=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDBE is #F02241. Grayscale: #9B9B9B. Windows color (decimal): -15737410 or 12508431. OLE color: 12508431.
HSL color Cylindrical-coordinate representation of color #0FDDBE: hue angle of 170.97º 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 #0FDDBE is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 190 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.13 |
| HSL | 170.97º | 0.87% | 0.46% | - |
| HSV(B) | 170.97º | 0.93% | 0.87% | - |
| XYZ | 35.35 | 55.53 | 57.57 | - |
| YUV | 155.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 190 | 0.93 | 0 | 0.14 | 0.13 | 170.97 | 0.87 | 0.46 |
| Hex | F | DD | BE | 5D | 0 | E | D | AB | 57 | 2E |
| Octal | 17 | 335 | 276 | 135 | 0 | 16 | 15 | 253 | 127 | 56 |
| Binary | 1111 | 11011101 | 10111110 | 1011101 | 0 | 1110 | 1101 | 10101011 | 1010111 | 101110 |
Color Harmonies of #0FDDBE
Complementary color
Monochromatic Colors of #0FDDBE
Black with #0FDDBE
Text Example
Text Example
White with #0FDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDBE; }
p { color: rgb(15,221,190); }
H1.HeaderClassName
{
color: #0FDDBE;
}
.AnyTagClassName
{
color: #0FDDBE;
}
</style>
background-color css
<style>
a { background-color: #0FDDBE; }
a { background-color: rgb(15,221,190); }
div.DivClassName
{
background-color: #0FDDBE;
}
.BgClassName
{
background-color: #0FDDBE;
}
</style>
border-color css
<style>
span { border-color: #0FDDBE; }
span { border-color: rgb(15,221,190); }
td.TdClassName
{
border-color: #0FDDBE;
}
.TagClassName
{
border-color: #0FDDBE;
}
</style>