Shades of Robin's Egg Blue #0AC3C4
Tints of Robin's Egg Blue #0AC3C4
RGB
CMYK
RGB Variations
Color information
#0AC3C4 (or 0x0AC3C4) is known color: Robin's Egg Blue. HEX triplet: 0A, C3 and C4. RGB value is (10,195,196). Sum of RGB (Red+Green+Blue) = 10+195+196=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #0AC3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC3C4 is #F53C3B. Grayscale: #8B8B8B. Windows color (decimal): -16071740 or 12894986. OLE color: 12894986.
HSL color Cylindrical-coordinate representation of color #0AC3C4: hue angle of 180.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC3C4 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 195 | 196 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.23 |
| HSL | 180.32º | 0.9% | 0.4% | - |
| HSV(B) | 180.32º | 0.95% | 0.77% | - |
| XYZ | 29.6 | 43.08 | 58.98 | - |
| YUV | 139.8 | 159.71 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 196 | 0.95 | 0.01 | 0 | 0.23 | 180.32 | 0.9 | 0.4 |
| Hex | A | C3 | C4 | 5F | 1 | 0 | 17 | B4 | 5A | 28 |
| Octal | 12 | 303 | 304 | 137 | 1 | 0 | 27 | 264 | 132 | 50 |
| Binary | 1010 | 11000011 | 11000100 | 1011111 | 1 | 0 | 10111 | 10110100 | 1011010 | 101000 |
Color Harmonies of #0AC3C4
Complementary color
Monochromatic Colors of #0AC3C4
Black with #0AC3C4
Text Example
Text Example
White with #0AC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC3C4; }
p { color: rgb(10,195,196); }
H1.HeaderClassName
{
color: #0AC3C4;
}
.AnyTagClassName
{
color: #0AC3C4;
}
</style>
background-color css
<style>
a { background-color: #0AC3C4; }
a { background-color: rgb(10,195,196); }
div.DivClassName
{
background-color: #0AC3C4;
}
.BgClassName
{
background-color: #0AC3C4;
}
</style>
border-color css
<style>
span { border-color: #0AC3C4; }
span { border-color: rgb(10,195,196); }
td.TdClassName
{
border-color: #0AC3C4;
}
.TagClassName
{
border-color: #0AC3C4;
}
</style>