Shades of Robin's Egg Blue #0FCDCE
Tints of Robin's Egg Blue #0FCDCE
RGB
CMYK
RGB Variations
Color information
#0FCDCE (or 0x0FCDCE) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and CE. RGB value is (15,205,206). Sum of RGB (Red+Green+Blue) = 15+205+206=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FCDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDCE is #F03231. Grayscale: #949494. Windows color (decimal): -15741490 or 13552911. OLE color: 13552911.
HSL color Cylindrical-coordinate representation of color #0FCDCE: hue angle of 180.31º 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 #0FCDCE is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 205 | 206 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.19 |
| HSL | 180.31º | 0.86% | 0.43% | - |
| HSV(B) | 180.31º | 0.93% | 0.81% | - |
| XYZ | 33.17 | 48.22 | 65.95 | - |
| YUV | 148.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 206 | 0.93 | 0.00 | 0 | 0.19 | 180.31 | 0.86 | 0.43 |
| Hex | F | CD | CE | 5D | 0 | 0 | 13 | B4 | 56 | 2B |
| Octal | 17 | 315 | 316 | 135 | 0 | 0 | 23 | 264 | 126 | 53 |
| Binary | 1111 | 11001101 | 11001110 | 1011101 | 0 | 0 | 10011 | 10110100 | 1010110 | 101011 |
Color Harmonies of #0FCDCE
Complementary color
Monochromatic Colors of #0FCDCE
Black with #0FCDCE
Text Example
Text Example
White with #0FCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDCE; }
p { color: rgb(15,205,206); }
H1.HeaderClassName
{
color: #0FCDCE;
}
.AnyTagClassName
{
color: #0FCDCE;
}
</style>
background-color css
<style>
a { background-color: #0FCDCE; }
a { background-color: rgb(15,205,206); }
div.DivClassName
{
background-color: #0FCDCE;
}
.BgClassName
{
background-color: #0FCDCE;
}
</style>
border-color css
<style>
span { border-color: #0FCDCE; }
span { border-color: rgb(15,205,206); }
td.TdClassName
{
border-color: #0FCDCE;
}
.TagClassName
{
border-color: #0FCDCE;
}
</style>