Shades of Robin's Egg Blue #1FCFC0
Tints of Robin's Egg Blue #1FCFC0
RGB
CMYK
RGB Variations
Color information
#1FCFC0 (or 0x1FCFC0) is known color: Robin's Egg Blue. HEX triplet: 1F, CF and C0. RGB value is (31,207,192). Sum of RGB (Red+Green+Blue) = 31+207+192=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFC0 is #E0303F. Grayscale: #989898. Windows color (decimal): -14692416 or 12635935. OLE color: 12635935.
HSL color Cylindrical-coordinate representation of color #1FCFC0: hue angle of 174.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCFC0 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 192 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.19 |
| HSL | 174.89º | 0.74% | 0.47% | - |
| HSV(B) | 174.89º | 0.85% | 0.81% | - |
| XYZ | 32.39 | 48.72 | 57.57 | - |
| YUV | 152.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 192 | 0.85 | 0 | 0.07 | 0.19 | 174.89 | 0.74 | 0.47 |
| Hex | 1F | CF | C0 | 55 | 0 | 7 | 13 | AF | 4A | 2F |
| Octal | 37 | 317 | 300 | 125 | 0 | 7 | 23 | 257 | 112 | 57 |
| Binary | 11111 | 11001111 | 11000000 | 1010101 | 0 | 111 | 10011 | 10101111 | 1001010 | 101111 |
Color Harmonies of #1FCFC0
Complementary color
Monochromatic Colors of #1FCFC0
Black with #1FCFC0
Text Example
Text Example
White with #1FCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFC0; }
p { color: rgb(31,207,192); }
H1.HeaderClassName
{
color: #1FCFC0;
}
.AnyTagClassName
{
color: #1FCFC0;
}
</style>
background-color css
<style>
a { background-color: #1FCFC0; }
a { background-color: rgb(31,207,192); }
div.DivClassName
{
background-color: #1FCFC0;
}
.BgClassName
{
background-color: #1FCFC0;
}
</style>
border-color css
<style>
span { border-color: #1FCFC0; }
span { border-color: rgb(31,207,192); }
td.TdClassName
{
border-color: #1FCFC0;
}
.TagClassName
{
border-color: #1FCFC0;
}
</style>