Shades of Robin's Egg Blue #0FCACF
Tints of Robin's Egg Blue #0FCACF
RGB
CMYK
RGB Variations
Color information
#0FCACF (or 0x0FCACF) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and CF. RGB value is (15,202,207). Sum of RGB (Red+Green+Blue) = 15+202+207=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FCACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCACF is #F03530. Grayscale: #929292. Windows color (decimal): -15742257 or 13617679. OLE color: 13617679.
HSL color Cylindrical-coordinate representation of color #0FCACF: hue angle of 181.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCACF is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 202 | 207 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.19 |
| HSL | 181.56º | 0.86% | 0.44% | - |
| HSV(B) | 181.56º | 0.93% | 0.81% | - |
| XYZ | 32.58 | 46.85 | 66.36 | - |
| YUV | 146.66 | 162.05 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 207 | 0.93 | 0.02 | 0 | 0.19 | 181.56 | 0.86 | 0.44 |
| Hex | F | CA | CF | 5D | 2 | 0 | 13 | B6 | 56 | 2C |
| Octal | 17 | 312 | 317 | 135 | 2 | 0 | 23 | 266 | 126 | 54 |
| Binary | 1111 | 11001010 | 11001111 | 1011101 | 10 | 0 | 10011 | 10110110 | 1010110 | 101100 |
Color Harmonies of #0FCACF
Complementary color
Monochromatic Colors of #0FCACF
Black with #0FCACF
Text Example
Text Example
White with #0FCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCACF; }
p { color: rgb(15,202,207); }
H1.HeaderClassName
{
color: #0FCACF;
}
.AnyTagClassName
{
color: #0FCACF;
}
</style>
background-color css
<style>
a { background-color: #0FCACF; }
a { background-color: rgb(15,202,207); }
div.DivClassName
{
background-color: #0FCACF;
}
.BgClassName
{
background-color: #0FCACF;
}
</style>
border-color css
<style>
span { border-color: #0FCACF; }
span { border-color: rgb(15,202,207); }
td.TdClassName
{
border-color: #0FCACF;
}
.TagClassName
{
border-color: #0FCACF;
}
</style>