Shades of Robin's Egg Blue #0FCDB5
Tints of Robin's Egg Blue #0FCDB5
RGB
CMYK
RGB Variations
Color information
#0FCDB5 (or 0x0FCDB5) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and B5. RGB value is (15,205,181). Sum of RGB (Red+Green+Blue) = 15+205+181=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDB5 is #F0324A. Grayscale: #919191. Windows color (decimal): -15741515 or 11914511. OLE color: 11914511.
HSL color Cylindrical-coordinate representation of color #0FCDB5: hue angle of 172.42º 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 #0FCDB5 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 181 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.20 |
| HSL | 172.42º | 0.86% | 0.43% | - |
| HSV(B) | 172.42º | 0.93% | 0.8% | - |
| XYZ | 30.37 | 47.1 | 51.21 | - |
| YUV | 145.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 181 | 0.93 | 0 | 0.12 | 0.20 | 172.42 | 0.86 | 0.43 |
| Hex | F | CD | B5 | 5D | 0 | C | 14 | AC | 56 | 2B |
| Octal | 17 | 315 | 265 | 135 | 0 | 14 | 24 | 254 | 126 | 53 |
| Binary | 1111 | 11001101 | 10110101 | 1011101 | 0 | 1100 | 10100 | 10101100 | 1010110 | 101011 |
Color Harmonies of #0FCDB5
Complementary color
Monochromatic Colors of #0FCDB5
Black with #0FCDB5
Text Example
Text Example
White with #0FCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDB5; }
p { color: rgb(15,205,181); }
H1.HeaderClassName
{
color: #0FCDB5;
}
.AnyTagClassName
{
color: #0FCDB5;
}
</style>
background-color css
<style>
a { background-color: #0FCDB5; }
a { background-color: rgb(15,205,181); }
div.DivClassName
{
background-color: #0FCDB5;
}
.BgClassName
{
background-color: #0FCDB5;
}
</style>
border-color css
<style>
span { border-color: #0FCDB5; }
span { border-color: rgb(15,205,181); }
td.TdClassName
{
border-color: #0FCDB5;
}
.TagClassName
{
border-color: #0FCDB5;
}
</style>