Shades of Robin's Egg Blue #1FC6CE
Tints of Robin's Egg Blue #1FC6CE
RGB
CMYK
RGB Variations
Color information
#1FC6CE (or 0x1FC6CE) is known color: Robin's Egg Blue. HEX triplet: 1F, C6 and CE. RGB value is (31,198,206). Sum of RGB (Red+Green+Blue) = 31+198+206=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FC6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6CE is #E03931. Grayscale: #949494. Windows color (decimal): -14694706 or 13551135. OLE color: 13551135.
HSL color Cylindrical-coordinate representation of color #1FC6CE: hue angle of 182.74º 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 #1FC6CE is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 198 | 206 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.19 |
| HSL | 182.74º | 0.74% | 0.46% | - |
| HSV(B) | 182.74º | 0.85% | 0.81% | - |
| XYZ | 31.9 | 45.14 | 65.42 | - |
| YUV | 148.98 | 160.17 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 206 | 0.85 | 0.04 | 0 | 0.19 | 182.74 | 0.74 | 0.46 |
| Hex | 1F | C6 | CE | 55 | 4 | 0 | 13 | B7 | 4A | 2E |
| Octal | 37 | 306 | 316 | 125 | 4 | 0 | 23 | 267 | 112 | 56 |
| Binary | 11111 | 11000110 | 11001110 | 1010101 | 100 | 0 | 10011 | 10110111 | 1001010 | 101110 |
Color Harmonies of #1FC6CE
Complementary color
Monochromatic Colors of #1FC6CE
Black with #1FC6CE
Text Example
Text Example
White with #1FC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6CE; }
p { color: rgb(31,198,206); }
H1.HeaderClassName
{
color: #1FC6CE;
}
.AnyTagClassName
{
color: #1FC6CE;
}
</style>
background-color css
<style>
a { background-color: #1FC6CE; }
a { background-color: rgb(31,198,206); }
div.DivClassName
{
background-color: #1FC6CE;
}
.BgClassName
{
background-color: #1FC6CE;
}
</style>
border-color css
<style>
span { border-color: #1FC6CE; }
span { border-color: rgb(31,198,206); }
td.TdClassName
{
border-color: #1FC6CE;
}
.TagClassName
{
border-color: #1FC6CE;
}
</style>