Shades of Robin's Egg Blue #1BCFCB
Tints of Robin's Egg Blue #1BCFCB
RGB
CMYK
RGB Variations
Color information
#1BCFCB (or 0x1BCFCB) is known color: Robin's Egg Blue. HEX triplet: 1B, CF and CB. RGB value is (27,207,203). Sum of RGB (Red+Green+Blue) = 27+207+203=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFCB is #E43034. Grayscale: #989898. Windows color (decimal): -14954549 or 13356827. OLE color: 13356827.
HSL color Cylindrical-coordinate representation of color #1BCFCB: hue angle of 178.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCFCB is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 203 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.19 |
| HSL | 178.67º | 0.77% | 0.46% | - |
| HSV(B) | 178.67º | 0.87% | 0.81% | - |
| XYZ | 33.54 | 49.17 | 64.22 | - |
| YUV | 152.72 | 156.37 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 203 | 0.87 | 0 | 0.02 | 0.19 | 178.67 | 0.77 | 0.46 |
| Hex | 1B | CF | CB | 57 | 0 | 2 | 13 | B3 | 4D | 2E |
| Octal | 33 | 317 | 313 | 127 | 0 | 2 | 23 | 263 | 115 | 56 |
| Binary | 11011 | 11001111 | 11001011 | 1010111 | 0 | 10 | 10011 | 10110011 | 1001101 | 101110 |
Color Harmonies of #1BCFCB
Complementary color
Monochromatic Colors of #1BCFCB
Black with #1BCFCB
Text Example
Text Example
White with #1BCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFCB; }
p { color: rgb(27,207,203); }
H1.HeaderClassName
{
color: #1BCFCB;
}
.AnyTagClassName
{
color: #1BCFCB;
}
</style>
background-color css
<style>
a { background-color: #1BCFCB; }
a { background-color: rgb(27,207,203); }
div.DivClassName
{
background-color: #1BCFCB;
}
.BgClassName
{
background-color: #1BCFCB;
}
</style>
border-color css
<style>
span { border-color: #1BCFCB; }
span { border-color: rgb(27,207,203); }
td.TdClassName
{
border-color: #1BCFCB;
}
.TagClassName
{
border-color: #1BCFCB;
}
</style>