Shades of Robin's Egg Blue #0FCEB5
Tints of Robin's Egg Blue #0FCEB5
RGB
CMYK
RGB Variations
Color information
#0FCEB5 (or 0x0FCEB5) is known color: Robin's Egg Blue. HEX triplet: 0F, CE and B5. RGB value is (15,206,181). Sum of RGB (Red+Green+Blue) = 15+206+181=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEB5 is #F0314A. Grayscale: #919191. Windows color (decimal): -15741259 or 11914767. OLE color: 11914767.
HSL color Cylindrical-coordinate representation of color #0FCEB5: hue angle of 172.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCEB5 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 181 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.19 |
| HSL | 172.15º | 0.86% | 0.43% | - |
| HSV(B) | 172.15º | 0.93% | 0.81% | - |
| XYZ | 30.61 | 47.58 | 51.29 | - |
| YUV | 146.04 | 147.72 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 181 | 0.93 | 0 | 0.12 | 0.19 | 172.15 | 0.86 | 0.43 |
| Hex | F | CE | B5 | 5D | 0 | C | 13 | AC | 56 | 2B |
| Octal | 17 | 316 | 265 | 135 | 0 | 14 | 23 | 254 | 126 | 53 |
| Binary | 1111 | 11001110 | 10110101 | 1011101 | 0 | 1100 | 10011 | 10101100 | 1010110 | 101011 |
Color Harmonies of #0FCEB5
Complementary color
Monochromatic Colors of #0FCEB5
Black with #0FCEB5
Text Example
Text Example
White with #0FCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEB5; }
p { color: rgb(15,206,181); }
H1.HeaderClassName
{
color: #0FCEB5;
}
.AnyTagClassName
{
color: #0FCEB5;
}
</style>
background-color css
<style>
a { background-color: #0FCEB5; }
a { background-color: rgb(15,206,181); }
div.DivClassName
{
background-color: #0FCEB5;
}
.BgClassName
{
background-color: #0FCEB5;
}
</style>
border-color css
<style>
span { border-color: #0FCEB5; }
span { border-color: rgb(15,206,181); }
td.TdClassName
{
border-color: #0FCEB5;
}
.TagClassName
{
border-color: #0FCEB5;
}
</style>