Shades of Robin's Egg Blue #1BCBCB
Tints of Robin's Egg Blue #1BCBCB
RGB
CMYK
RGB Variations
Color information
#1BCBCB (or 0x1BCBCB) is known color: Robin's Egg Blue. HEX triplet: 1B, CB and CB. RGB value is (27,203,203). Sum of RGB (Red+Green+Blue) = 27+203+203=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #1BCBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBCB is #E43434. Grayscale: #969696. Windows color (decimal): -14955573 or 13355803. OLE color: 13355803.
HSL color Cylindrical-coordinate representation of color #1BCBCB: hue angle of 180º 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 #1BCBCB is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 203 | - |
| CMYK | 0.87 | 0 | 0 | 0.20 |
| HSL | 180º | 0.77% | 0.45% | - |
| HSV(B) | 180º | 0.87% | 0.8% | - |
| XYZ | 32.59 | 47.26 | 63.9 | - |
| YUV | 150.38 | 157.69 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 203 | 0.87 | 0 | 0 | 0.20 | 180 | 0.77 | 0.45 |
| Hex | 1B | CB | CB | 57 | 0 | 0 | 14 | B4 | 4D | 2D |
| Octal | 33 | 313 | 313 | 127 | 0 | 0 | 24 | 264 | 115 | 55 |
| Binary | 11011 | 11001011 | 11001011 | 1010111 | 0 | 0 | 10100 | 10110100 | 1001101 | 101101 |
Color Harmonies of #1BCBCB
Complementary color
Monochromatic Colors of #1BCBCB
Black with #1BCBCB
Text Example
Text Example
White with #1BCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBCB; }
p { color: rgb(27,203,203); }
H1.HeaderClassName
{
color: #1BCBCB;
}
.AnyTagClassName
{
color: #1BCBCB;
}
</style>
background-color css
<style>
a { background-color: #1BCBCB; }
a { background-color: rgb(27,203,203); }
div.DivClassName
{
background-color: #1BCBCB;
}
.BgClassName
{
background-color: #1BCBCB;
}
</style>
border-color css
<style>
span { border-color: #1BCBCB; }
span { border-color: rgb(27,203,203); }
td.TdClassName
{
border-color: #1BCBCB;
}
.TagClassName
{
border-color: #1BCBCB;
}
</style>