Shades of Robin's Egg Blue #0FDDBB
Tints of Robin's Egg Blue #0FDDBB
RGB
CMYK
RGB Variations
Color information
#0FDDBB (or 0x0FDDBB) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and BB. RGB value is (15,221,187). Sum of RGB (Red+Green+Blue) = 15+221+187=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDBB is #F02244. Grayscale: #9B9B9B. Windows color (decimal): -15737413 or 12311823. OLE color: 12311823.
HSL color Cylindrical-coordinate representation of color #0FDDBB: hue angle of 170.1º 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 #0FDDBB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 187 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.13 |
| HSL | 170.1º | 0.87% | 0.46% | - |
| HSV(B) | 170.1º | 0.93% | 0.87% | - |
| XYZ | 35.02 | 55.4 | 55.86 | - |
| YUV | 155.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 187 | 0.93 | 0 | 0.15 | 0.13 | 170.1 | 0.87 | 0.46 |
| Hex | F | DD | BB | 5D | 0 | F | D | AA | 57 | 2E |
| Octal | 17 | 335 | 273 | 135 | 0 | 17 | 15 | 252 | 127 | 56 |
| Binary | 1111 | 11011101 | 10111011 | 1011101 | 0 | 1111 | 1101 | 10101010 | 1010111 | 101110 |
Color Harmonies of #0FDDBB
Complementary color
Monochromatic Colors of #0FDDBB
Black with #0FDDBB
Text Example
Text Example
White with #0FDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDBB; }
p { color: rgb(15,221,187); }
H1.HeaderClassName
{
color: #0FDDBB;
}
.AnyTagClassName
{
color: #0FDDBB;
}
</style>
background-color css
<style>
a { background-color: #0FDDBB; }
a { background-color: rgb(15,221,187); }
div.DivClassName
{
background-color: #0FDDBB;
}
.BgClassName
{
background-color: #0FDDBB;
}
</style>
border-color css
<style>
span { border-color: #0FDDBB; }
span { border-color: rgb(15,221,187); }
td.TdClassName
{
border-color: #0FDDBB;
}
.TagClassName
{
border-color: #0FDDBB;
}
</style>