Shades of Robin's Egg Blue #1BCCCA
Tints of Robin's Egg Blue #1BCCCA
RGB
CMYK
RGB Variations
Color information
#1BCCCA (or 0x1BCCCA) is known color: Robin's Egg Blue. HEX triplet: 1B, CC and CA. RGB value is (27,204,202). Sum of RGB (Red+Green+Blue) = 27+204+202=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCCA is #E43335. Grayscale: #969696. Windows color (decimal): -14955318 or 13290523. OLE color: 13290523.
HSL color Cylindrical-coordinate representation of color #1BCCCA: hue angle of 179.32º 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 #1BCCCA is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 202 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.2 |
| HSL | 179.32º | 0.77% | 0.45% | - |
| HSV(B) | 179.32º | 0.87% | 0.8% | - |
| XYZ | 32.71 | 47.68 | 63.36 | - |
| YUV | 150.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 202 | 0.87 | 0 | 0.01 | 0.2 | 179.32 | 0.77 | 0.45 |
| Hex | 1B | CC | CA | 57 | 0 | 1 | 14 | B3 | 4D | 2D |
| Octal | 33 | 314 | 312 | 127 | 0 | 1 | 24 | 263 | 115 | 55 |
| Binary | 11011 | 11001100 | 11001010 | 1010111 | 0 | 1 | 10100 | 10110011 | 1001101 | 101101 |
Color Harmonies of #1BCCCA
Complementary color
Monochromatic Colors of #1BCCCA
Black with #1BCCCA
Text Example
Text Example
White with #1BCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCCA; }
p { color: rgb(27,204,202); }
H1.HeaderClassName
{
color: #1BCCCA;
}
.AnyTagClassName
{
color: #1BCCCA;
}
</style>
background-color css
<style>
a { background-color: #1BCCCA; }
a { background-color: rgb(27,204,202); }
div.DivClassName
{
background-color: #1BCCCA;
}
.BgClassName
{
background-color: #1BCCCA;
}
</style>
border-color css
<style>
span { border-color: #1BCCCA; }
span { border-color: rgb(27,204,202); }
td.TdClassName
{
border-color: #1BCCCA;
}
.TagClassName
{
border-color: #1BCCCA;
}
</style>