Shades of Robin's Egg Blue #1BD3C2
Tints of Robin's Egg Blue #1BD3C2
RGB
CMYK
RGB Variations
Color information
#1BD3C2 (or 0x1BD3C2) is known color: Robin's Egg Blue. HEX triplet: 1B, D3 and C2. RGB value is (27,211,194). Sum of RGB (Red+Green+Blue) = 27+211+194=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD3C2 is #E42C3D. Grayscale: #999999. Windows color (decimal): -14953534 or 12768027. OLE color: 12768027.
HSL color Cylindrical-coordinate representation of color #1BD3C2: hue angle of 174.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD3C2 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 194 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.17 |
| HSL | 174.46º | 0.77% | 0.47% | - |
| HSV(B) | 174.46º | 0.87% | 0.83% | - |
| XYZ | 33.48 | 50.72 | 59.06 | - |
| YUV | 154.05 | 150.54 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 194 | 0.87 | 0 | 0.08 | 0.17 | 174.46 | 0.77 | 0.47 |
| Hex | 1B | D3 | C2 | 57 | 0 | 8 | 11 | AE | 4D | 2F |
| Octal | 33 | 323 | 302 | 127 | 0 | 10 | 21 | 256 | 115 | 57 |
| Binary | 11011 | 11010011 | 11000010 | 1010111 | 0 | 1000 | 10001 | 10101110 | 1001101 | 101111 |
Color Harmonies of #1BD3C2
Complementary color
Monochromatic Colors of #1BD3C2
Black with #1BD3C2
Text Example
Text Example
White with #1BD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD3C2; }
p { color: rgb(27,211,194); }
H1.HeaderClassName
{
color: #1BD3C2;
}
.AnyTagClassName
{
color: #1BD3C2;
}
</style>
background-color css
<style>
a { background-color: #1BD3C2; }
a { background-color: rgb(27,211,194); }
div.DivClassName
{
background-color: #1BD3C2;
}
.BgClassName
{
background-color: #1BD3C2;
}
</style>
border-color css
<style>
span { border-color: #1BD3C2; }
span { border-color: rgb(27,211,194); }
td.TdClassName
{
border-color: #1BD3C2;
}
.TagClassName
{
border-color: #1BD3C2;
}
</style>