Shades of Robin's Egg Blue #1BC6D0
Tints of Robin's Egg Blue #1BC6D0
RGB
CMYK
RGB Variations
Color information
#1BC6D0 (or 0x1BC6D0) is known color: Robin's Egg Blue. HEX triplet: 1B, C6 and D0. RGB value is (27,198,208). Sum of RGB (Red+Green+Blue) = 27+198+208=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BC6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC6D0 is #E4392F. Grayscale: #939393. Windows color (decimal): -14956848 or 13682203. OLE color: 13682203.
HSL color Cylindrical-coordinate representation of color #1BC6D0: hue angle of 183.31º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC6D0 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 198 | 208 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.18 |
| HSL | 183.31º | 0.77% | 0.46% | - |
| HSV(B) | 183.31º | 0.87% | 0.82% | - |
| XYZ | 32.03 | 45.18 | 66.71 | - |
| YUV | 148.01 | 161.85 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 208 | 0.87 | 0.05 | 0 | 0.18 | 183.31 | 0.77 | 0.46 |
| Hex | 1B | C6 | D0 | 57 | 5 | 0 | 12 | B7 | 4D | 2E |
| Octal | 33 | 306 | 320 | 127 | 5 | 0 | 22 | 267 | 115 | 56 |
| Binary | 11011 | 11000110 | 11010000 | 1010111 | 101 | 0 | 10010 | 10110111 | 1001101 | 101110 |
Color Harmonies of #1BC6D0
Complementary color
Monochromatic Colors of #1BC6D0
Black with #1BC6D0
Text Example
Text Example
White with #1BC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC6D0; }
p { color: rgb(27,198,208); }
H1.HeaderClassName
{
color: #1BC6D0;
}
.AnyTagClassName
{
color: #1BC6D0;
}
</style>
background-color css
<style>
a { background-color: #1BC6D0; }
a { background-color: rgb(27,198,208); }
div.DivClassName
{
background-color: #1BC6D0;
}
.BgClassName
{
background-color: #1BC6D0;
}
</style>
border-color css
<style>
span { border-color: #1BC6D0; }
span { border-color: rgb(27,198,208); }
td.TdClassName
{
border-color: #1BC6D0;
}
.TagClassName
{
border-color: #1BC6D0;
}
</style>