Shades of Robin's Egg Blue #0FDAC6
Tints of Robin's Egg Blue #0FDAC6
RGB
CMYK
RGB Variations
Color information
#0FDAC6 (or 0x0FDAC6) is known color: Robin's Egg Blue. HEX triplet: 0F, DA and C6. RGB value is (15,218,198). Sum of RGB (Red+Green+Blue) = 15+218+198=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDAC6 is #F02539. Grayscale: #9A9A9A. Windows color (decimal): -15738170 or 13031951. OLE color: 13031951.
HSL color Cylindrical-coordinate representation of color #0FDAC6: hue angle of 174.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDAC6 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 198 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.15 |
| HSL | 174.09º | 0.87% | 0.46% | - |
| HSV(B) | 174.09º | 0.93% | 0.85% | - |
| XYZ | 35.46 | 54.32 | 62.04 | - |
| YUV | 155.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 198 | 0.93 | 0 | 0.09 | 0.15 | 174.09 | 0.87 | 0.46 |
| Hex | F | DA | C6 | 5D | 0 | 9 | F | AE | 57 | 2E |
| Octal | 17 | 332 | 306 | 135 | 0 | 11 | 17 | 256 | 127 | 56 |
| Binary | 1111 | 11011010 | 11000110 | 1011101 | 0 | 1001 | 1111 | 10101110 | 1010111 | 101110 |
Color Harmonies of #0FDAC6
Complementary color
Monochromatic Colors of #0FDAC6
Black with #0FDAC6
Text Example
Text Example
White with #0FDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDAC6; }
p { color: rgb(15,218,198); }
H1.HeaderClassName
{
color: #0FDAC6;
}
.AnyTagClassName
{
color: #0FDAC6;
}
</style>
background-color css
<style>
a { background-color: #0FDAC6; }
a { background-color: rgb(15,218,198); }
div.DivClassName
{
background-color: #0FDAC6;
}
.BgClassName
{
background-color: #0FDAC6;
}
</style>
border-color css
<style>
span { border-color: #0FDAC6; }
span { border-color: rgb(15,218,198); }
td.TdClassName
{
border-color: #0FDAC6;
}
.TagClassName
{
border-color: #0FDAC6;
}
</style>