Shades of Robin's Egg Blue #10D2BF
Tints of Robin's Egg Blue #10D2BF
RGB
CMYK
RGB Variations
Color information
#10D2BF (or 0x10D2BF) is known color: Robin's Egg Blue. HEX triplet: 10, D2 and BF. RGB value is (16,210,191). Sum of RGB (Red+Green+Blue) = 16+210+191=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #10D2BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D2BF is #EF2D40. Grayscale: #959595. Windows color (decimal): -15674689 or 12571152. OLE color: 12571152.
HSL color Cylindrical-coordinate representation of color #10D2BF: hue angle of 174.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D2BF is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 191 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.18 |
| HSL | 174.12º | 0.86% | 0.44% | - |
| HSV(B) | 174.12º | 0.92% | 0.82% | - |
| XYZ | 32.66 | 49.96 | 57.21 | - |
| YUV | 149.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 191 | 0.92 | 0 | 0.09 | 0.18 | 174.12 | 0.86 | 0.44 |
| Hex | 10 | D2 | BF | 5C | 0 | 9 | 12 | AE | 56 | 2C |
| Octal | 20 | 322 | 277 | 134 | 0 | 11 | 22 | 256 | 126 | 54 |
| Binary | 10000 | 11010010 | 10111111 | 1011100 | 0 | 1001 | 10010 | 10101110 | 1010110 | 101100 |
Color Harmonies of #10D2BF
Complementary color
Monochromatic Colors of #10D2BF
Black with #10D2BF
Text Example
Text Example
White with #10D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D2BF; }
p { color: rgb(16,210,191); }
H1.HeaderClassName
{
color: #10D2BF;
}
.AnyTagClassName
{
color: #10D2BF;
}
</style>
background-color css
<style>
a { background-color: #10D2BF; }
a { background-color: rgb(16,210,191); }
div.DivClassName
{
background-color: #10D2BF;
}
.BgClassName
{
background-color: #10D2BF;
}
</style>
border-color css
<style>
span { border-color: #10D2BF; }
span { border-color: rgb(16,210,191); }
td.TdClassName
{
border-color: #10D2BF;
}
.TagClassName
{
border-color: #10D2BF;
}
</style>