Shades of Robin's Egg Blue #1BCBBE
Tints of Robin's Egg Blue #1BCBBE
RGB
CMYK
RGB Variations
Color information
#1BCBBE (or 0x1BCBBE) is known color: Robin's Egg Blue. HEX triplet: 1B, CB and BE. RGB value is (27,203,190). Sum of RGB (Red+Green+Blue) = 27+203+190=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBBE is #E43441. Grayscale: #949494. Windows color (decimal): -14955586 or 12503835. OLE color: 12503835.
HSL color Cylindrical-coordinate representation of color #1BCBBE: hue angle of 175.57º 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 #1BCBBE is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 190 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.20 |
| HSL | 175.57º | 0.77% | 0.45% | - |
| HSV(B) | 175.57º | 0.87% | 0.8% | - |
| XYZ | 31.1 | 46.66 | 56.08 | - |
| YUV | 148.89 | 151.19 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 190 | 0.87 | 0 | 0.06 | 0.20 | 175.57 | 0.77 | 0.45 |
| Hex | 1B | CB | BE | 57 | 0 | 6 | 14 | B0 | 4D | 2D |
| Octal | 33 | 313 | 276 | 127 | 0 | 6 | 24 | 260 | 115 | 55 |
| Binary | 11011 | 11001011 | 10111110 | 1010111 | 0 | 110 | 10100 | 10110000 | 1001101 | 101101 |
Color Harmonies of #1BCBBE
Complementary color
Monochromatic Colors of #1BCBBE
Black with #1BCBBE
Text Example
Text Example
White with #1BCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBBE; }
p { color: rgb(27,203,190); }
H1.HeaderClassName
{
color: #1BCBBE;
}
.AnyTagClassName
{
color: #1BCBBE;
}
</style>
background-color css
<style>
a { background-color: #1BCBBE; }
a { background-color: rgb(27,203,190); }
div.DivClassName
{
background-color: #1BCBBE;
}
.BgClassName
{
background-color: #1BCBBE;
}
</style>
border-color css
<style>
span { border-color: #1BCBBE; }
span { border-color: rgb(27,203,190); }
td.TdClassName
{
border-color: #1BCBBE;
}
.TagClassName
{
border-color: #1BCBBE;
}
</style>