Shades of Robin's Egg Blue #10CACB
Tints of Robin's Egg Blue #10CACB
RGB
CMYK
RGB Variations
Color information
#10CACB (or 0x10CACB) is known color: Robin's Egg Blue. HEX triplet: 10, CA and CB. RGB value is (16,202,203). Sum of RGB (Red+Green+Blue) = 16+202+203=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #10CACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CACB is #EF3534. Grayscale: #929292. Windows color (decimal): -15676725 or 13355536. OLE color: 13355536.
HSL color Cylindrical-coordinate representation of color #10CACB: hue angle of 180.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CACB is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 202 | 203 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.20 |
| HSL | 180.32º | 0.85% | 0.43% | - |
| HSV(B) | 180.32º | 0.92% | 0.8% | - |
| XYZ | 32.11 | 46.66 | 63.81 | - |
| YUV | 146.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 203 | 0.92 | 0.00 | 0 | 0.20 | 180.32 | 0.85 | 0.43 |
| Hex | 10 | CA | CB | 5C | 0 | 0 | 14 | B4 | 55 | 2B |
| Octal | 20 | 312 | 313 | 134 | 0 | 0 | 24 | 264 | 125 | 53 |
| Binary | 10000 | 11001010 | 11001011 | 1011100 | 0 | 0 | 10100 | 10110100 | 1010101 | 101011 |
Color Harmonies of #10CACB
Complementary color
Monochromatic Colors of #10CACB
Black with #10CACB
Text Example
Text Example
White with #10CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CACB; }
p { color: rgb(16,202,203); }
H1.HeaderClassName
{
color: #10CACB;
}
.AnyTagClassName
{
color: #10CACB;
}
</style>
background-color css
<style>
a { background-color: #10CACB; }
a { background-color: rgb(16,202,203); }
div.DivClassName
{
background-color: #10CACB;
}
.BgClassName
{
background-color: #10CACB;
}
</style>
border-color css
<style>
span { border-color: #10CACB; }
span { border-color: rgb(16,202,203); }
td.TdClassName
{
border-color: #10CACB;
}
.TagClassName
{
border-color: #10CACB;
}
</style>