Shades of Robin's Egg Blue #1BCDC3
Tints of Robin's Egg Blue #1BCDC3
RGB
CMYK
RGB Variations
Color information
#1BCDC3 (or 0x1BCDC3) is known color: Robin's Egg Blue. HEX triplet: 1B, CD and C3. RGB value is (27,205,195). Sum of RGB (Red+Green+Blue) = 27+205+195=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDC3 is #E4323C. Grayscale: #969696. Windows color (decimal): -14955069 or 12832027. OLE color: 12832027.
HSL color Cylindrical-coordinate representation of color #1BCDC3: hue angle of 176.63º 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 #1BCDC3 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 195 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.20 |
| HSL | 176.63º | 0.77% | 0.45% | - |
| HSV(B) | 176.63º | 0.87% | 0.8% | - |
| XYZ | 32.13 | 47.84 | 59.17 | - |
| YUV | 150.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 195 | 0.87 | 0 | 0.05 | 0.20 | 176.63 | 0.77 | 0.45 |
| Hex | 1B | CD | C3 | 57 | 0 | 5 | 14 | B1 | 4D | 2D |
| Octal | 33 | 315 | 303 | 127 | 0 | 5 | 24 | 261 | 115 | 55 |
| Binary | 11011 | 11001101 | 11000011 | 1010111 | 0 | 101 | 10100 | 10110001 | 1001101 | 101101 |
Color Harmonies of #1BCDC3
Complementary color
Monochromatic Colors of #1BCDC3
Black with #1BCDC3
Text Example
Text Example
White with #1BCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDC3; }
p { color: rgb(27,205,195); }
H1.HeaderClassName
{
color: #1BCDC3;
}
.AnyTagClassName
{
color: #1BCDC3;
}
</style>
background-color css
<style>
a { background-color: #1BCDC3; }
a { background-color: rgb(27,205,195); }
div.DivClassName
{
background-color: #1BCDC3;
}
.BgClassName
{
background-color: #1BCDC3;
}
</style>
border-color css
<style>
span { border-color: #1BCDC3; }
span { border-color: rgb(27,205,195); }
td.TdClassName
{
border-color: #1BCDC3;
}
.TagClassName
{
border-color: #1BCDC3;
}
</style>