Shades of Robin's Egg Blue #1FCEC0
Tints of Robin's Egg Blue #1FCEC0
RGB
CMYK
RGB Variations
Color information
#1FCEC0 (or 0x1FCEC0) is known color: Robin's Egg Blue. HEX triplet: 1F, CE and C0. RGB value is (31,206,192). Sum of RGB (Red+Green+Blue) = 31+206+192=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEC0 is #E0313F. Grayscale: #979797. Windows color (decimal): -14692672 or 12635679. OLE color: 12635679.
HSL color Cylindrical-coordinate representation of color #1FCEC0: hue angle of 175.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCEC0 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 192 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.19 |
| HSL | 175.2º | 0.74% | 0.46% | - |
| HSV(B) | 175.2º | 0.85% | 0.81% | - |
| XYZ | 32.15 | 48.24 | 57.49 | - |
| YUV | 152.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 192 | 0.85 | 0 | 0.07 | 0.19 | 175.2 | 0.74 | 0.46 |
| Hex | 1F | CE | C0 | 55 | 0 | 7 | 13 | AF | 4A | 2E |
| Octal | 37 | 316 | 300 | 125 | 0 | 7 | 23 | 257 | 112 | 56 |
| Binary | 11111 | 11001110 | 11000000 | 1010101 | 0 | 111 | 10011 | 10101111 | 1001010 | 101110 |
Color Harmonies of #1FCEC0
Complementary color
Monochromatic Colors of #1FCEC0
Black with #1FCEC0
Text Example
Text Example
White with #1FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEC0; }
p { color: rgb(31,206,192); }
H1.HeaderClassName
{
color: #1FCEC0;
}
.AnyTagClassName
{
color: #1FCEC0;
}
</style>
background-color css
<style>
a { background-color: #1FCEC0; }
a { background-color: rgb(31,206,192); }
div.DivClassName
{
background-color: #1FCEC0;
}
.BgClassName
{
background-color: #1FCEC0;
}
</style>
border-color css
<style>
span { border-color: #1FCEC0; }
span { border-color: rgb(31,206,192); }
td.TdClassName
{
border-color: #1FCEC0;
}
.TagClassName
{
border-color: #1FCEC0;
}
</style>