Shades of Robin's Egg Blue #0FDFBF
Tints of Robin's Egg Blue #0FDFBF
RGB
CMYK
RGB Variations
Color information
#0FDFBF (or 0x0FDFBF) is known color: Robin's Egg Blue. HEX triplet: 0F, DF and BF. RGB value is (15,223,191). Sum of RGB (Red+Green+Blue) = 15+223+191=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFBF is #F02040. Grayscale: #9D9D9D. Windows color (decimal): -15736897 or 12574479. OLE color: 12574479.
HSL color Cylindrical-coordinate representation of color #0FDFBF: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFBF is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 191 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.13 |
| HSL | 170.77º | 0.87% | 0.47% | - |
| HSV(B) | 170.77º | 0.93% | 0.87% | - |
| XYZ | 35.99 | 56.64 | 58.33 | - |
| YUV | 157.16 | 147.09 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 191 | 0.93 | 0 | 0.14 | 0.13 | 170.77 | 0.87 | 0.47 |
| Hex | F | DF | BF | 5D | 0 | E | D | AB | 57 | 2F |
| Octal | 17 | 337 | 277 | 135 | 0 | 16 | 15 | 253 | 127 | 57 |
| Binary | 1111 | 11011111 | 10111111 | 1011101 | 0 | 1110 | 1101 | 10101011 | 1010111 | 101111 |
Color Harmonies of #0FDFBF
Complementary color
Monochromatic Colors of #0FDFBF
Black with #0FDFBF
Text Example
Text Example
White with #0FDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFBF; }
p { color: rgb(15,223,191); }
H1.HeaderClassName
{
color: #0FDFBF;
}
.AnyTagClassName
{
color: #0FDFBF;
}
</style>
background-color css
<style>
a { background-color: #0FDFBF; }
a { background-color: rgb(15,223,191); }
div.DivClassName
{
background-color: #0FDFBF;
}
.BgClassName
{
background-color: #0FDFBF;
}
</style>
border-color css
<style>
span { border-color: #0FDFBF; }
span { border-color: rgb(15,223,191); }
td.TdClassName
{
border-color: #0FDFBF;
}
.TagClassName
{
border-color: #0FDFBF;
}
</style>