Shades of Robin's Egg Blue #0ADFBF
Tints of Robin's Egg Blue #0ADFBF
RGB
CMYK
RGB Variations
Color information
#0ADFBF (or 0x0ADFBF) is known color: Robin's Egg Blue. HEX triplet: 0A, DF and BF. RGB value is (10,223,191). Sum of RGB (Red+Green+Blue) = 10+223+191=424 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFBF is #F52040. Grayscale: #9B9B9B. Windows color (decimal): -16064577 or 12574474. OLE color: 12574474.
HSL color Cylindrical-coordinate representation of color #0ADFBF: hue angle of 170.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFBF is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 191 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.13 |
| HSL | 170.99º | 0.91% | 0.46% | - |
| HSV(B) | 170.99º | 0.96% | 0.87% | - |
| XYZ | 35.92 | 56.6 | 58.32 | - |
| YUV | 155.67 | 147.93 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 191 | 0.96 | 0 | 0.14 | 0.13 | 170.99 | 0.91 | 0.46 |
| Hex | A | DF | BF | 60 | 0 | E | D | AB | 5B | 2E |
| Octal | 12 | 337 | 277 | 140 | 0 | 16 | 15 | 253 | 133 | 56 |
| Binary | 1010 | 11011111 | 10111111 | 1100000 | 0 | 1110 | 1101 | 10101011 | 1011011 | 101110 |
Color Harmonies of #0ADFBF
Complementary color
Monochromatic Colors of #0ADFBF
Black with #0ADFBF
Text Example
Text Example
White with #0ADFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFBF; }
p { color: rgb(10,223,191); }
H1.HeaderClassName
{
color: #0ADFBF;
}
.AnyTagClassName
{
color: #0ADFBF;
}
</style>
background-color css
<style>
a { background-color: #0ADFBF; }
a { background-color: rgb(10,223,191); }
div.DivClassName
{
background-color: #0ADFBF;
}
.BgClassName
{
background-color: #0ADFBF;
}
</style>
border-color css
<style>
span { border-color: #0ADFBF; }
span { border-color: rgb(10,223,191); }
td.TdClassName
{
border-color: #0ADFBF;
}
.TagClassName
{
border-color: #0ADFBF;
}
</style>