Shades of Robin's Egg Blue #0AC2CF
Tints of Robin's Egg Blue #0AC2CF
RGB
CMYK
RGB Variations
Color information
#0AC2CF (or 0x0AC2CF) is known color: Robin's Egg Blue. HEX triplet: 0A, C2 and CF. RGB value is (10,194,207). Sum of RGB (Red+Green+Blue) = 10+194+207=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AC2CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC2CF is #F53D30. Grayscale: #8C8C8C. Windows color (decimal): -16071985 or 13615626. OLE color: 13615626.
HSL color Cylindrical-coordinate representation of color #0AC2CF: hue angle of 183.96º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC2CF is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 194 | 207 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.19 |
| HSL | 183.96º | 0.91% | 0.43% | - |
| HSV(B) | 183.96º | 0.95% | 0.81% | - |
| XYZ | 30.68 | 43.15 | 65.74 | - |
| YUV | 140.47 | 165.54 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 207 | 0.95 | 0.06 | 0 | 0.19 | 183.96 | 0.91 | 0.43 |
| Hex | A | C2 | CF | 5F | 6 | 0 | 13 | B8 | 5B | 2B |
| Octal | 12 | 302 | 317 | 137 | 6 | 0 | 23 | 270 | 133 | 53 |
| Binary | 1010 | 11000010 | 11001111 | 1011111 | 110 | 0 | 10011 | 10111000 | 1011011 | 101011 |
Color Harmonies of #0AC2CF
Complementary color
Monochromatic Colors of #0AC2CF
Black with #0AC2CF
Text Example
Text Example
White with #0AC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC2CF; }
p { color: rgb(10,194,207); }
H1.HeaderClassName
{
color: #0AC2CF;
}
.AnyTagClassName
{
color: #0AC2CF;
}
</style>
background-color css
<style>
a { background-color: #0AC2CF; }
a { background-color: rgb(10,194,207); }
div.DivClassName
{
background-color: #0AC2CF;
}
.BgClassName
{
background-color: #0AC2CF;
}
</style>
border-color css
<style>
span { border-color: #0AC2CF; }
span { border-color: rgb(10,194,207); }
td.TdClassName
{
border-color: #0AC2CF;
}
.TagClassName
{
border-color: #0AC2CF;
}
</style>