Shades of Robin's Egg Blue #0FDDC9
Tints of Robin's Egg Blue #0FDDC9
RGB
CMYK
RGB Variations
Color information
#0FDDC9 (or 0x0FDDC9) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and C9. RGB value is (15,221,201). Sum of RGB (Red+Green+Blue) = 15+221+201=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDC9 is #F02236. Grayscale: #9D9D9D. Windows color (decimal): -15737399 or 13229327. OLE color: 13229327.
HSL color Cylindrical-coordinate representation of color #0FDDC9: hue angle of 174.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDDC9 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 201 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.13 |
| HSL | 174.17º | 0.87% | 0.46% | - |
| HSV(B) | 174.17º | 0.93% | 0.87% | - |
| XYZ | 36.6 | 56.03 | 64.14 | - |
| YUV | 157.13 | 152.75 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 201 | 0.93 | 0 | 0.09 | 0.13 | 174.17 | 0.87 | 0.46 |
| Hex | F | DD | C9 | 5D | 0 | 9 | D | AE | 57 | 2E |
| Octal | 17 | 335 | 311 | 135 | 0 | 11 | 15 | 256 | 127 | 56 |
| Binary | 1111 | 11011101 | 11001001 | 1011101 | 0 | 1001 | 1101 | 10101110 | 1010111 | 101110 |
Color Harmonies of #0FDDC9
Complementary color
Monochromatic Colors of #0FDDC9
Black with #0FDDC9
Text Example
Text Example
White with #0FDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDC9; }
p { color: rgb(15,221,201); }
H1.HeaderClassName
{
color: #0FDDC9;
}
.AnyTagClassName
{
color: #0FDDC9;
}
</style>
background-color css
<style>
a { background-color: #0FDDC9; }
a { background-color: rgb(15,221,201); }
div.DivClassName
{
background-color: #0FDDC9;
}
.BgClassName
{
background-color: #0FDDC9;
}
</style>
border-color css
<style>
span { border-color: #0FDDC9; }
span { border-color: rgb(15,221,201); }
td.TdClassName
{
border-color: #0FDDC9;
}
.TagClassName
{
border-color: #0FDDC9;
}
</style>