Shades of Robin's Egg Blue #10CBCD
Tints of Robin's Egg Blue #10CBCD
RGB
CMYK
RGB Variations
Color information
#10CBCD (or 0x10CBCD) is known color: Robin's Egg Blue. HEX triplet: 10, CB and CD. RGB value is (16,203,205). Sum of RGB (Red+Green+Blue) = 16+203+205=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #10CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBCD is #EF3432. Grayscale: #939393. Windows color (decimal): -15676467 or 13486864. OLE color: 13486864.
HSL color Cylindrical-coordinate representation of color #10CBCD: hue angle of 180.63º degrees, saturation: 0.86, 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 #10CBCD is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 205 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.20 |
| HSL | 180.63º | 0.86% | 0.43% | - |
| HSV(B) | 180.63º | 0.92% | 0.8% | - |
| XYZ | 32.59 | 47.23 | 65.16 | - |
| YUV | 147.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 205 | 0.92 | 0.01 | 0 | 0.20 | 180.63 | 0.86 | 0.43 |
| Hex | 10 | CB | CD | 5C | 1 | 0 | 14 | B5 | 56 | 2B |
| Octal | 20 | 313 | 315 | 134 | 1 | 0 | 24 | 265 | 126 | 53 |
| Binary | 10000 | 11001011 | 11001101 | 1011100 | 1 | 0 | 10100 | 10110101 | 1010110 | 101011 |
Color Harmonies of #10CBCD
Complementary color
Monochromatic Colors of #10CBCD
Black with #10CBCD
Text Example
Text Example
White with #10CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBCD; }
p { color: rgb(16,203,205); }
H1.HeaderClassName
{
color: #10CBCD;
}
.AnyTagClassName
{
color: #10CBCD;
}
</style>
background-color css
<style>
a { background-color: #10CBCD; }
a { background-color: rgb(16,203,205); }
div.DivClassName
{
background-color: #10CBCD;
}
.BgClassName
{
background-color: #10CBCD;
}
</style>
border-color css
<style>
span { border-color: #10CBCD; }
span { border-color: rgb(16,203,205); }
td.TdClassName
{
border-color: #10CBCD;
}
.TagClassName
{
border-color: #10CBCD;
}
</style>