Shades of Robin's Egg Blue #1BCCC6
Tints of Robin's Egg Blue #1BCCC6
RGB
CMYK
RGB Variations
Color information
#1BCCC6 (or 0x1BCCC6) is known color: Robin's Egg Blue. HEX triplet: 1B, CC and C6. RGB value is (27,204,198). Sum of RGB (Red+Green+Blue) = 27+204+198=429 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.29% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCC6 is #E43339. Grayscale: #969696. Windows color (decimal): -14955322 or 13028379. OLE color: 13028379.
HSL color Cylindrical-coordinate representation of color #1BCCC6: hue angle of 177.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCCC6 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 198 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.2 |
| HSL | 177.97º | 0.77% | 0.45% | - |
| HSV(B) | 177.97º | 0.87% | 0.8% | - |
| XYZ | 32.24 | 47.5 | 60.89 | - |
| YUV | 150.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 198 | 0.87 | 0 | 0.03 | 0.2 | 177.97 | 0.77 | 0.45 |
| Hex | 1B | CC | C6 | 57 | 0 | 3 | 14 | B2 | 4D | 2D |
| Octal | 33 | 314 | 306 | 127 | 0 | 3 | 24 | 262 | 115 | 55 |
| Binary | 11011 | 11001100 | 11000110 | 1010111 | 0 | 11 | 10100 | 10110010 | 1001101 | 101101 |
Color Harmonies of #1BCCC6
Complementary color
Monochromatic Colors of #1BCCC6
Black with #1BCCC6
Text Example
Text Example
White with #1BCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCC6; }
p { color: rgb(27,204,198); }
H1.HeaderClassName
{
color: #1BCCC6;
}
.AnyTagClassName
{
color: #1BCCC6;
}
</style>
background-color css
<style>
a { background-color: #1BCCC6; }
a { background-color: rgb(27,204,198); }
div.DivClassName
{
background-color: #1BCCC6;
}
.BgClassName
{
background-color: #1BCCC6;
}
</style>
border-color css
<style>
span { border-color: #1BCCC6; }
span { border-color: rgb(27,204,198); }
td.TdClassName
{
border-color: #1BCCC6;
}
.TagClassName
{
border-color: #1BCCC6;
}
</style>