Shades of Robin's Egg Blue #1FCECA
Tints of Robin's Egg Blue #1FCECA
RGB
CMYK
RGB Variations
Color information
#1FCECA (or 0x1FCECA) is known color: Robin's Egg Blue. HEX triplet: 1F, CE and CA. RGB value is (31,206,202). Sum of RGB (Red+Green+Blue) = 31+206+202=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCECA is #E03135. Grayscale: #999999. Windows color (decimal): -14692662 or 13291039. OLE color: 13291039.
HSL color Cylindrical-coordinate representation of color #1FCECA: hue angle of 178.63º 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 #1FCECA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 202 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.19 |
| HSL | 178.63º | 0.74% | 0.46% | - |
| HSV(B) | 178.63º | 0.85% | 0.81% | - |
| XYZ | 33.3 | 48.7 | 63.52 | - |
| YUV | 153.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 202 | 0.85 | 0 | 0.02 | 0.19 | 178.63 | 0.74 | 0.46 |
| Hex | 1F | CE | CA | 55 | 0 | 2 | 13 | B3 | 4A | 2E |
| Octal | 37 | 316 | 312 | 125 | 0 | 2 | 23 | 263 | 112 | 56 |
| Binary | 11111 | 11001110 | 11001010 | 1010101 | 0 | 10 | 10011 | 10110011 | 1001010 | 101110 |
Color Harmonies of #1FCECA
Complementary color
Monochromatic Colors of #1FCECA
Black with #1FCECA
Text Example
Text Example
White with #1FCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCECA; }
p { color: rgb(31,206,202); }
H1.HeaderClassName
{
color: #1FCECA;
}
.AnyTagClassName
{
color: #1FCECA;
}
</style>
background-color css
<style>
a { background-color: #1FCECA; }
a { background-color: rgb(31,206,202); }
div.DivClassName
{
background-color: #1FCECA;
}
.BgClassName
{
background-color: #1FCECA;
}
</style>
border-color css
<style>
span { border-color: #1FCECA; }
span { border-color: rgb(31,206,202); }
td.TdClassName
{
border-color: #1FCECA;
}
.TagClassName
{
border-color: #1FCECA;
}
</style>