Shades of Robin's Egg Blue #0FCDCB
Tints of Robin's Egg Blue #0FCDCB
RGB
CMYK
RGB Variations
Color information
#0FCDCB (or 0x0FCDCB) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and CB. RGB value is (15,205,203). Sum of RGB (Red+Green+Blue) = 15+205+203=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDCB is #F03234. Grayscale: #939393. Windows color (decimal): -15741493 or 13356303. OLE color: 13356303.
HSL color Cylindrical-coordinate representation of color #0FCDCB: hue angle of 179.37º 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 #0FCDCB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 203 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.20 |
| HSL | 179.37º | 0.86% | 0.43% | - |
| HSV(B) | 179.37º | 0.93% | 0.8% | - |
| XYZ | 32.81 | 48.08 | 64.05 | - |
| YUV | 147.96 | 159.05 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 203 | 0.93 | 0 | 0.01 | 0.20 | 179.37 | 0.86 | 0.43 |
| Hex | F | CD | CB | 5D | 0 | 1 | 14 | B3 | 56 | 2B |
| Octal | 17 | 315 | 313 | 135 | 0 | 1 | 24 | 263 | 126 | 53 |
| Binary | 1111 | 11001101 | 11001011 | 1011101 | 0 | 1 | 10100 | 10110011 | 1010110 | 101011 |
Color Harmonies of #0FCDCB
Complementary color
Monochromatic Colors of #0FCDCB
Black with #0FCDCB
Text Example
Text Example
White with #0FCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDCB; }
p { color: rgb(15,205,203); }
H1.HeaderClassName
{
color: #0FCDCB;
}
.AnyTagClassName
{
color: #0FCDCB;
}
</style>
background-color css
<style>
a { background-color: #0FCDCB; }
a { background-color: rgb(15,205,203); }
div.DivClassName
{
background-color: #0FCDCB;
}
.BgClassName
{
background-color: #0FCDCB;
}
</style>
border-color css
<style>
span { border-color: #0FCDCB; }
span { border-color: rgb(15,205,203); }
td.TdClassName
{
border-color: #0FCDCB;
}
.TagClassName
{
border-color: #0FCDCB;
}
</style>