Shades of Robin's Egg Blue #0FCFCD
Tints of Robin's Egg Blue #0FCFCD
RGB
CMYK
RGB Variations
Color information
#0FCFCD (or 0x0FCFCD) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and CD. RGB value is (15,207,205). Sum of RGB (Red+Green+Blue) = 15+207+205=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFCD is #F03032. Grayscale: #959595. Windows color (decimal): -15740979 or 13487887. OLE color: 13487887.
HSL color Cylindrical-coordinate representation of color #0FCFCD: hue angle of 179.38º 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 #0FCFCD is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 205 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.19 |
| HSL | 179.38º | 0.86% | 0.44% | - |
| HSV(B) | 179.38º | 0.93% | 0.81% | - |
| XYZ | 33.53 | 49.13 | 65.47 | - |
| YUV | 149.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 205 | 0.93 | 0 | 0.01 | 0.19 | 179.38 | 0.86 | 0.44 |
| Hex | F | CF | CD | 5D | 0 | 1 | 13 | B3 | 56 | 2C |
| Octal | 17 | 317 | 315 | 135 | 0 | 1 | 23 | 263 | 126 | 54 |
| Binary | 1111 | 11001111 | 11001101 | 1011101 | 0 | 1 | 10011 | 10110011 | 1010110 | 101100 |
Color Harmonies of #0FCFCD
Complementary color
Monochromatic Colors of #0FCFCD
Black with #0FCFCD
Text Example
Text Example
White with #0FCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFCD; }
p { color: rgb(15,207,205); }
H1.HeaderClassName
{
color: #0FCFCD;
}
.AnyTagClassName
{
color: #0FCFCD;
}
</style>
background-color css
<style>
a { background-color: #0FCFCD; }
a { background-color: rgb(15,207,205); }
div.DivClassName
{
background-color: #0FCFCD;
}
.BgClassName
{
background-color: #0FCFCD;
}
</style>
border-color css
<style>
span { border-color: #0FCFCD; }
span { border-color: rgb(15,207,205); }
td.TdClassName
{
border-color: #0FCFCD;
}
.TagClassName
{
border-color: #0FCFCD;
}
</style>