Shades of Robin's Egg Blue #10DBCA
Tints of Robin's Egg Blue #10DBCA
RGB
CMYK
RGB Variations
Color information
#10DBCA (or 0x10DBCA) is known color: Robin's Egg Blue. HEX triplet: 10, DB and CA. RGB value is (16,219,202). Sum of RGB (Red+Green+Blue) = 16+219+202=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBCA is #EF2435. Grayscale: #9C9C9C. Windows color (decimal): -15672374 or 13294352. OLE color: 13294352.
HSL color Cylindrical-coordinate representation of color #10DBCA: hue angle of 174.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBCA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 202 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.14 |
| HSL | 174.98º | 0.86% | 0.46% | - |
| HSV(B) | 174.98º | 0.93% | 0.86% | - |
| XYZ | 36.21 | 55.04 | 64.59 | - |
| YUV | 156.37 | 153.75 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 202 | 0.93 | 0 | 0.08 | 0.14 | 174.98 | 0.86 | 0.46 |
| Hex | 10 | DB | CA | 5D | 0 | 8 | E | AF | 56 | 2E |
| Octal | 20 | 333 | 312 | 135 | 0 | 10 | 16 | 257 | 126 | 56 |
| Binary | 10000 | 11011011 | 11001010 | 1011101 | 0 | 1000 | 1110 | 10101111 | 1010110 | 101110 |
Color Harmonies of #10DBCA
Complementary color
Monochromatic Colors of #10DBCA
Black with #10DBCA
Text Example
Text Example
White with #10DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBCA; }
p { color: rgb(16,219,202); }
H1.HeaderClassName
{
color: #10DBCA;
}
.AnyTagClassName
{
color: #10DBCA;
}
</style>
background-color css
<style>
a { background-color: #10DBCA; }
a { background-color: rgb(16,219,202); }
div.DivClassName
{
background-color: #10DBCA;
}
.BgClassName
{
background-color: #10DBCA;
}
</style>
border-color css
<style>
span { border-color: #10DBCA; }
span { border-color: rgb(16,219,202); }
td.TdClassName
{
border-color: #10DBCA;
}
.TagClassName
{
border-color: #10DBCA;
}
</style>