Shades of Robin's Egg Blue #1BCFCC
Tints of Robin's Egg Blue #1BCFCC
RGB
CMYK
RGB Variations
Color information
#1BCFCC (or 0x1BCFCC) is known color: Robin's Egg Blue. HEX triplet: 1B, CF and CC. RGB value is (27,207,204). Sum of RGB (Red+Green+Blue) = 27+207+204=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFCC is #E43033. Grayscale: #989898. Windows color (decimal): -14954548 or 13422363. OLE color: 13422363.
HSL color Cylindrical-coordinate representation of color #1BCFCC: hue angle of 179º 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 #1BCFCC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 204 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.19 |
| HSL | 179º | 0.77% | 0.46% | - |
| HSV(B) | 179º | 0.87% | 0.81% | - |
| XYZ | 33.66 | 49.22 | 64.85 | - |
| YUV | 152.84 | 156.87 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 204 | 0.87 | 0 | 0.01 | 0.19 | 179 | 0.77 | 0.46 |
| Hex | 1B | CF | CC | 57 | 0 | 1 | 13 | B3 | 4D | 2E |
| Octal | 33 | 317 | 314 | 127 | 0 | 1 | 23 | 263 | 115 | 56 |
| Binary | 11011 | 11001111 | 11001100 | 1010111 | 0 | 1 | 10011 | 10110011 | 1001101 | 101110 |
Color Harmonies of #1BCFCC
Complementary color
Monochromatic Colors of #1BCFCC
Black with #1BCFCC
Text Example
Text Example
White with #1BCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFCC; }
p { color: rgb(27,207,204); }
H1.HeaderClassName
{
color: #1BCFCC;
}
.AnyTagClassName
{
color: #1BCFCC;
}
</style>
background-color css
<style>
a { background-color: #1BCFCC; }
a { background-color: rgb(27,207,204); }
div.DivClassName
{
background-color: #1BCFCC;
}
.BgClassName
{
background-color: #1BCFCC;
}
</style>
border-color css
<style>
span { border-color: #1BCFCC; }
span { border-color: rgb(27,207,204); }
td.TdClassName
{
border-color: #1BCFCC;
}
.TagClassName
{
border-color: #1BCFCC;
}
</style>