Shades of Robin's Egg Blue #0ADACA
Tints of Robin's Egg Blue #0ADACA
RGB
CMYK
RGB Variations
Color information
#0ADACA (or 0x0ADACA) is known color: Robin's Egg Blue. HEX triplet: 0A, DA and CA. RGB value is (10,218,202). Sum of RGB (Red+Green+Blue) = 10+218+202=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADACA is #F52535. Grayscale: #999999. Windows color (decimal): -16065846 or 13294090. OLE color: 13294090.
HSL color Cylindrical-coordinate representation of color #0ADACA: hue angle of 175.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADACA is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 202 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.15 |
| HSL | 175.38º | 0.91% | 0.45% | - |
| HSV(B) | 175.38º | 0.95% | 0.85% | - |
| XYZ | 35.86 | 54.47 | 64.5 | - |
| YUV | 153.98 | 155.09 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 202 | 0.95 | 0 | 0.07 | 0.15 | 175.38 | 0.91 | 0.45 |
| Hex | A | DA | CA | 5F | 0 | 7 | F | AF | 5B | 2D |
| Octal | 12 | 332 | 312 | 137 | 0 | 7 | 17 | 257 | 133 | 55 |
| Binary | 1010 | 11011010 | 11001010 | 1011111 | 0 | 111 | 1111 | 10101111 | 1011011 | 101101 |
Color Harmonies of #0ADACA
Complementary color
Monochromatic Colors of #0ADACA
Black with #0ADACA
Text Example
Text Example
White with #0ADACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADACA; }
p { color: rgb(10,218,202); }
H1.HeaderClassName
{
color: #0ADACA;
}
.AnyTagClassName
{
color: #0ADACA;
}
</style>
background-color css
<style>
a { background-color: #0ADACA; }
a { background-color: rgb(10,218,202); }
div.DivClassName
{
background-color: #0ADACA;
}
.BgClassName
{
background-color: #0ADACA;
}
</style>
border-color css
<style>
span { border-color: #0ADACA; }
span { border-color: rgb(10,218,202); }
td.TdClassName
{
border-color: #0ADACA;
}
.TagClassName
{
border-color: #0ADACA;
}
</style>