Shades of Robin's Egg Blue #1BD5CB
Tints of Robin's Egg Blue #1BD5CB
RGB
CMYK
RGB Variations
Color information
#1BD5CB (or 0x1BD5CB) is known color: Robin's Egg Blue. HEX triplet: 1B, D5 and CB. RGB value is (27,213,203). Sum of RGB (Red+Green+Blue) = 27+213+203=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD5CB is #E42A34. Grayscale: #9C9C9C. Windows color (decimal): -14953013 or 13358363. OLE color: 13358363.
HSL color Cylindrical-coordinate representation of color #1BD5CB: hue angle of 176.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD5CB is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 213 | 203 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.16 |
| HSL | 176.77º | 0.78% | 0.47% | - |
| HSV(B) | 176.77º | 0.87% | 0.84% | - |
| XYZ | 35.03 | 52.13 | 64.72 | - |
| YUV | 156.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 213 | 203 | 0.87 | 0 | 0.05 | 0.16 | 176.77 | 0.78 | 0.47 |
| Hex | 1B | D5 | CB | 57 | 0 | 5 | 10 | B1 | 4E | 2F |
| Octal | 33 | 325 | 313 | 127 | 0 | 5 | 20 | 261 | 116 | 57 |
| Binary | 11011 | 11010101 | 11001011 | 1010111 | 0 | 101 | 10000 | 10110001 | 1001110 | 101111 |
Color Harmonies of #1BD5CB
Complementary color
Monochromatic Colors of #1BD5CB
Black with #1BD5CB
Text Example
Text Example
White with #1BD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD5CB; }
p { color: rgb(27,213,203); }
H1.HeaderClassName
{
color: #1BD5CB;
}
.AnyTagClassName
{
color: #1BD5CB;
}
</style>
background-color css
<style>
a { background-color: #1BD5CB; }
a { background-color: rgb(27,213,203); }
div.DivClassName
{
background-color: #1BD5CB;
}
.BgClassName
{
background-color: #1BD5CB;
}
</style>
border-color css
<style>
span { border-color: #1BD5CB; }
span { border-color: rgb(27,213,203); }
td.TdClassName
{
border-color: #1BD5CB;
}
.TagClassName
{
border-color: #1BD5CB;
}
</style>