Shades of Robin's Egg Blue #0FDBBB
Tints of Robin's Egg Blue #0FDBBB
RGB
CMYK
RGB Variations
Color information
#0FDBBB (or 0x0FDBBB) is known color: Robin's Egg Blue. HEX triplet: 0F, DB and BB. RGB value is (15,219,187). Sum of RGB (Red+Green+Blue) = 15+219+187=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBBB is #F02444. Grayscale: #9A9A9A. Windows color (decimal): -15737925 or 12311311. OLE color: 12311311.
HSL color Cylindrical-coordinate representation of color #0FDBBB: hue angle of 170.59º 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 #0FDBBB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 187 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.14 |
| HSL | 170.59º | 0.87% | 0.46% | - |
| HSV(B) | 170.59º | 0.93% | 0.86% | - |
| XYZ | 34.5 | 54.35 | 55.69 | - |
| YUV | 154.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 187 | 0.93 | 0 | 0.15 | 0.14 | 170.59 | 0.87 | 0.46 |
| Hex | F | DB | BB | 5D | 0 | F | E | AB | 57 | 2E |
| Octal | 17 | 333 | 273 | 135 | 0 | 17 | 16 | 253 | 127 | 56 |
| Binary | 1111 | 11011011 | 10111011 | 1011101 | 0 | 1111 | 1110 | 10101011 | 1010111 | 101110 |
Color Harmonies of #0FDBBB
Complementary color
Monochromatic Colors of #0FDBBB
Black with #0FDBBB
Text Example
Text Example
White with #0FDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBBB; }
p { color: rgb(15,219,187); }
H1.HeaderClassName
{
color: #0FDBBB;
}
.AnyTagClassName
{
color: #0FDBBB;
}
</style>
background-color css
<style>
a { background-color: #0FDBBB; }
a { background-color: rgb(15,219,187); }
div.DivClassName
{
background-color: #0FDBBB;
}
.BgClassName
{
background-color: #0FDBBB;
}
</style>
border-color css
<style>
span { border-color: #0FDBBB; }
span { border-color: rgb(15,219,187); }
td.TdClassName
{
border-color: #0FDBBB;
}
.TagClassName
{
border-color: #0FDBBB;
}
</style>