Shades of Robin's Egg Blue #1BCCBF
Tints of Robin's Egg Blue #1BCCBF
RGB
CMYK
RGB Variations
Color information
#1BCCBF (or 0x1BCCBF) is known color: Robin's Egg Blue. HEX triplet: 1B, CC and BF. RGB value is (27,204,191). Sum of RGB (Red+Green+Blue) = 27+204+191=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCBF is #E43340. Grayscale: #959595. Windows color (decimal): -14955329 or 12569627. OLE color: 12569627.
HSL color Cylindrical-coordinate representation of color #1BCCBF: hue angle of 175.59º 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 #1BCCBF is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 191 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.2 |
| HSL | 175.59º | 0.77% | 0.45% | - |
| HSV(B) | 175.59º | 0.87% | 0.8% | - |
| XYZ | 31.45 | 47.18 | 56.74 | - |
| YUV | 149.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 191 | 0.87 | 0 | 0.06 | 0.2 | 175.59 | 0.77 | 0.45 |
| Hex | 1B | CC | BF | 57 | 0 | 6 | 14 | B0 | 4D | 2D |
| Octal | 33 | 314 | 277 | 127 | 0 | 6 | 24 | 260 | 115 | 55 |
| Binary | 11011 | 11001100 | 10111111 | 1010111 | 0 | 110 | 10100 | 10110000 | 1001101 | 101101 |
Color Harmonies of #1BCCBF
Complementary color
Monochromatic Colors of #1BCCBF
Black with #1BCCBF
Text Example
Text Example
White with #1BCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCBF; }
p { color: rgb(27,204,191); }
H1.HeaderClassName
{
color: #1BCCBF;
}
.AnyTagClassName
{
color: #1BCCBF;
}
</style>
background-color css
<style>
a { background-color: #1BCCBF; }
a { background-color: rgb(27,204,191); }
div.DivClassName
{
background-color: #1BCCBF;
}
.BgClassName
{
background-color: #1BCCBF;
}
</style>
border-color css
<style>
span { border-color: #1BCCBF; }
span { border-color: rgb(27,204,191); }
td.TdClassName
{
border-color: #1BCCBF;
}
.TagClassName
{
border-color: #1BCCBF;
}
</style>