Shades of Robin's Egg Blue #0FCDB7
Tints of Robin's Egg Blue #0FCDB7
RGB
CMYK
RGB Variations
Color information
#0FCDB7 (or 0x0FCDB7) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and B7. RGB value is (15,205,183). Sum of RGB (Red+Green+Blue) = 15+205+183=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDB7 is #F03248. Grayscale: #919191. Windows color (decimal): -15741513 or 12045583. OLE color: 12045583.
HSL color Cylindrical-coordinate representation of color #0FCDB7: hue angle of 173.05º 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 #0FCDB7 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 183 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.20 |
| HSL | 173.05º | 0.86% | 0.43% | - |
| HSV(B) | 173.05º | 0.93% | 0.8% | - |
| XYZ | 30.58 | 47.18 | 52.3 | - |
| YUV | 145.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 183 | 0.93 | 0 | 0.11 | 0.20 | 173.05 | 0.86 | 0.43 |
| Hex | F | CD | B7 | 5D | 0 | B | 14 | AD | 56 | 2B |
| Octal | 17 | 315 | 267 | 135 | 0 | 13 | 24 | 255 | 126 | 53 |
| Binary | 1111 | 11001101 | 10110111 | 1011101 | 0 | 1011 | 10100 | 10101101 | 1010110 | 101011 |
Color Harmonies of #0FCDB7
Complementary color
Monochromatic Colors of #0FCDB7
Black with #0FCDB7
Text Example
Text Example
White with #0FCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDB7; }
p { color: rgb(15,205,183); }
H1.HeaderClassName
{
color: #0FCDB7;
}
.AnyTagClassName
{
color: #0FCDB7;
}
</style>
background-color css
<style>
a { background-color: #0FCDB7; }
a { background-color: rgb(15,205,183); }
div.DivClassName
{
background-color: #0FCDB7;
}
.BgClassName
{
background-color: #0FCDB7;
}
</style>
border-color css
<style>
span { border-color: #0FCDB7; }
span { border-color: rgb(15,205,183); }
td.TdClassName
{
border-color: #0FCDB7;
}
.TagClassName
{
border-color: #0FCDB7;
}
</style>