Shades of Robin's Egg Blue #1BCFCA
Tints of Robin's Egg Blue #1BCFCA
RGB
CMYK
RGB Variations
Color information
#1BCFCA (or 0x1BCFCA) is known color: Robin's Egg Blue. HEX triplet: 1B, CF and CA. RGB value is (27,207,202). Sum of RGB (Red+Green+Blue) = 27+207+202=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFCA is #E43035. Grayscale: #989898. Windows color (decimal): -14954550 or 13291291. OLE color: 13291291.
HSL color Cylindrical-coordinate representation of color #1BCFCA: hue angle of 178.33º 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 #1BCFCA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 202 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.19 |
| HSL | 178.33º | 0.77% | 0.46% | - |
| HSV(B) | 178.33º | 0.87% | 0.81% | - |
| XYZ | 33.43 | 49.12 | 63.6 | - |
| YUV | 152.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 202 | 0.87 | 0 | 0.02 | 0.19 | 178.33 | 0.77 | 0.46 |
| Hex | 1B | CF | CA | 57 | 0 | 2 | 13 | B2 | 4D | 2E |
| Octal | 33 | 317 | 312 | 127 | 0 | 2 | 23 | 262 | 115 | 56 |
| Binary | 11011 | 11001111 | 11001010 | 1010111 | 0 | 10 | 10011 | 10110010 | 1001101 | 101110 |
Color Harmonies of #1BCFCA
Complementary color
Monochromatic Colors of #1BCFCA
Black with #1BCFCA
Text Example
Text Example
White with #1BCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFCA; }
p { color: rgb(27,207,202); }
H1.HeaderClassName
{
color: #1BCFCA;
}
.AnyTagClassName
{
color: #1BCFCA;
}
</style>
background-color css
<style>
a { background-color: #1BCFCA; }
a { background-color: rgb(27,207,202); }
div.DivClassName
{
background-color: #1BCFCA;
}
.BgClassName
{
background-color: #1BCFCA;
}
</style>
border-color css
<style>
span { border-color: #1BCFCA; }
span { border-color: rgb(27,207,202); }
td.TdClassName
{
border-color: #1BCFCA;
}
.TagClassName
{
border-color: #1BCFCA;
}
</style>