Shades of Robin's Egg Blue #0FCDCD
Tints of Robin's Egg Blue #0FCDCD
RGB
CMYK
RGB Variations
Color information
#0FCDCD (or 0x0FCDCD) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and CD. RGB value is (15,205,205). Sum of RGB (Red+Green+Blue) = 15+205+205=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #0FCDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDCD is #F03232. Grayscale: #949494. Windows color (decimal): -15741491 or 13487375. OLE color: 13487375.
HSL color Cylindrical-coordinate representation of color #0FCDCD: hue angle of 180º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDCD is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 205 | - |
| CMYK | 0.93 | 0 | 0 | 0.20 |
| HSL | 180º | 0.86% | 0.43% | - |
| HSV(B) | 180º | 0.93% | 0.8% | - |
| XYZ | 33.05 | 48.17 | 65.31 | - |
| YUV | 148.19 | 160.05 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 205 | 0.93 | 0 | 0 | 0.20 | 180 | 0.86 | 0.43 |
| Hex | F | CD | CD | 5D | 0 | 0 | 14 | B4 | 56 | 2B |
| Octal | 17 | 315 | 315 | 135 | 0 | 0 | 24 | 264 | 126 | 53 |
| Binary | 1111 | 11001101 | 11001101 | 1011101 | 0 | 0 | 10100 | 10110100 | 1010110 | 101011 |
Color Harmonies of #0FCDCD
Complementary color
Monochromatic Colors of #0FCDCD
Black with #0FCDCD
Text Example
Text Example
White with #0FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDCD; }
p { color: rgb(15,205,205); }
H1.HeaderClassName
{
color: #0FCDCD;
}
.AnyTagClassName
{
color: #0FCDCD;
}
</style>
background-color css
<style>
a { background-color: #0FCDCD; }
a { background-color: rgb(15,205,205); }
div.DivClassName
{
background-color: #0FCDCD;
}
.BgClassName
{
background-color: #0FCDCD;
}
</style>
border-color css
<style>
span { border-color: #0FCDCD; }
span { border-color: rgb(15,205,205); }
td.TdClassName
{
border-color: #0FCDCD;
}
.TagClassName
{
border-color: #0FCDCD;
}
</style>