Shades of Robin's Egg Blue #0FDBC5
Tints of Robin's Egg Blue #0FDBC5
RGB
CMYK
RGB Variations
Color information
#0FDBC5 (or 0x0FDBC5) is known color: Robin's Egg Blue. HEX triplet: 0F, DB and C5. RGB value is (15,219,197). Sum of RGB (Red+Green+Blue) = 15+219+197=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBC5 is #F0243A. Grayscale: #9B9B9B. Windows color (decimal): -15737915 or 12966671. OLE color: 12966671.
HSL color Cylindrical-coordinate representation of color #0FDBC5: hue angle of 173.53º 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 #0FDBC5 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 197 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.14 |
| HSL | 173.53º | 0.87% | 0.46% | - |
| HSV(B) | 173.53º | 0.93% | 0.86% | - |
| XYZ | 35.61 | 54.8 | 61.52 | - |
| YUV | 155.5 | 151.41 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 197 | 0.93 | 0 | 0.10 | 0.14 | 173.53 | 0.87 | 0.46 |
| Hex | F | DB | C5 | 5D | 0 | A | E | AE | 57 | 2E |
| Octal | 17 | 333 | 305 | 135 | 0 | 12 | 16 | 256 | 127 | 56 |
| Binary | 1111 | 11011011 | 11000101 | 1011101 | 0 | 1010 | 1110 | 10101110 | 1010111 | 101110 |
Color Harmonies of #0FDBC5
Complementary color
Monochromatic Colors of #0FDBC5
Black with #0FDBC5
Text Example
Text Example
White with #0FDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBC5; }
p { color: rgb(15,219,197); }
H1.HeaderClassName
{
color: #0FDBC5;
}
.AnyTagClassName
{
color: #0FDBC5;
}
</style>
background-color css
<style>
a { background-color: #0FDBC5; }
a { background-color: rgb(15,219,197); }
div.DivClassName
{
background-color: #0FDBC5;
}
.BgClassName
{
background-color: #0FDBC5;
}
</style>
border-color css
<style>
span { border-color: #0FDBC5; }
span { border-color: rgb(15,219,197); }
td.TdClassName
{
border-color: #0FDBC5;
}
.TagClassName
{
border-color: #0FDBC5;
}
</style>