Shades of Robin's Egg Blue #10CBBB
Tints of Robin's Egg Blue #10CBBB
RGB
CMYK
RGB Variations
Color information
#10CBBB (or 0x10CBBB) is known color: Robin's Egg Blue. HEX triplet: 10, CB and BB. RGB value is (16,203,187). Sum of RGB (Red+Green+Blue) = 16+203+187=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #10CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBBB is #EF3444. Grayscale: #919191. Windows color (decimal): -15676485 or 12307216. OLE color: 12307216.
HSL color Cylindrical-coordinate representation of color #10CBBB: hue angle of 174.87º 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 #10CBBB is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 187 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.20 |
| HSL | 174.87º | 0.85% | 0.43% | - |
| HSV(B) | 174.87º | 0.92% | 0.8% | - |
| XYZ | 30.54 | 46.41 | 54.36 | - |
| YUV | 145.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 187 | 0.92 | 0 | 0.08 | 0.20 | 174.87 | 0.85 | 0.43 |
| Hex | 10 | CB | BB | 5C | 0 | 8 | 14 | AF | 55 | 2B |
| Octal | 20 | 313 | 273 | 134 | 0 | 10 | 24 | 257 | 125 | 53 |
| Binary | 10000 | 11001011 | 10111011 | 1011100 | 0 | 1000 | 10100 | 10101111 | 1010101 | 101011 |
Color Harmonies of #10CBBB
Complementary color
Monochromatic Colors of #10CBBB
Black with #10CBBB
Text Example
Text Example
White with #10CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBBB; }
p { color: rgb(16,203,187); }
H1.HeaderClassName
{
color: #10CBBB;
}
.AnyTagClassName
{
color: #10CBBB;
}
</style>
background-color css
<style>
a { background-color: #10CBBB; }
a { background-color: rgb(16,203,187); }
div.DivClassName
{
background-color: #10CBBB;
}
.BgClassName
{
background-color: #10CBBB;
}
</style>
border-color css
<style>
span { border-color: #10CBBB; }
span { border-color: rgb(16,203,187); }
td.TdClassName
{
border-color: #10CBBB;
}
.TagClassName
{
border-color: #10CBBB;
}
</style>