Shades of Robin's Egg Blue #0FCABD
Tints of Robin's Egg Blue #0FCABD
RGB
CMYK
RGB Variations
Color information
#0FCABD (or 0x0FCABD) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and BD. RGB value is (15,202,189). Sum of RGB (Red+Green+Blue) = 15+202+189=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCABD is #F03542. Grayscale: #909090. Windows color (decimal): -15742275 or 12438031. OLE color: 12438031.
HSL color Cylindrical-coordinate representation of color #0FCABD: hue angle of 175.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCABD is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 189 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.21 |
| HSL | 175.83º | 0.86% | 0.43% | - |
| HSV(B) | 175.83º | 0.93% | 0.79% | - |
| XYZ | 30.5 | 46.02 | 55.42 | - |
| YUV | 144.61 | 153.05 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 189 | 0.93 | 0 | 0.06 | 0.21 | 175.83 | 0.86 | 0.43 |
| Hex | F | CA | BD | 5D | 0 | 6 | 15 | B0 | 56 | 2B |
| Octal | 17 | 312 | 275 | 135 | 0 | 6 | 25 | 260 | 126 | 53 |
| Binary | 1111 | 11001010 | 10111101 | 1011101 | 0 | 110 | 10101 | 10110000 | 1010110 | 101011 |
Color Harmonies of #0FCABD
Complementary color
Monochromatic Colors of #0FCABD
Black with #0FCABD
Text Example
Text Example
White with #0FCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCABD; }
p { color: rgb(15,202,189); }
H1.HeaderClassName
{
color: #0FCABD;
}
.AnyTagClassName
{
color: #0FCABD;
}
</style>
background-color css
<style>
a { background-color: #0FCABD; }
a { background-color: rgb(15,202,189); }
div.DivClassName
{
background-color: #0FCABD;
}
.BgClassName
{
background-color: #0FCABD;
}
</style>
border-color css
<style>
span { border-color: #0FCABD; }
span { border-color: rgb(15,202,189); }
td.TdClassName
{
border-color: #0FCABD;
}
.TagClassName
{
border-color: #0FCABD;
}
</style>