Shades of Robin's Egg Blue #1FCFC4
Tints of Robin's Egg Blue #1FCFC4
RGB
CMYK
RGB Variations
Color information
#1FCFC4 (or 0x1FCFC4) is known color: Robin's Egg Blue. HEX triplet: 1F, CF and C4. RGB value is (31,207,196). Sum of RGB (Red+Green+Blue) = 31+207+196=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFC4 is #E0303B. Grayscale: #989898. Windows color (decimal): -14692412 or 12898079. OLE color: 12898079.
HSL color Cylindrical-coordinate representation of color #1FCFC4: hue angle of 176.25º 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 #1FCFC4 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 196 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.19 |
| HSL | 176.25º | 0.74% | 0.47% | - |
| HSV(B) | 176.25º | 0.85% | 0.81% | - |
| XYZ | 32.84 | 48.9 | 59.93 | - |
| YUV | 153.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 196 | 0.85 | 0 | 0.05 | 0.19 | 176.25 | 0.74 | 0.47 |
| Hex | 1F | CF | C4 | 55 | 0 | 5 | 13 | B0 | 4A | 2F |
| Octal | 37 | 317 | 304 | 125 | 0 | 5 | 23 | 260 | 112 | 57 |
| Binary | 11111 | 11001111 | 11000100 | 1010101 | 0 | 101 | 10011 | 10110000 | 1001010 | 101111 |
Color Harmonies of #1FCFC4
Complementary color
Monochromatic Colors of #1FCFC4
Black with #1FCFC4
Text Example
Text Example
White with #1FCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFC4; }
p { color: rgb(31,207,196); }
H1.HeaderClassName
{
color: #1FCFC4;
}
.AnyTagClassName
{
color: #1FCFC4;
}
</style>
background-color css
<style>
a { background-color: #1FCFC4; }
a { background-color: rgb(31,207,196); }
div.DivClassName
{
background-color: #1FCFC4;
}
.BgClassName
{
background-color: #1FCFC4;
}
</style>
border-color css
<style>
span { border-color: #1FCFC4; }
span { border-color: rgb(31,207,196); }
td.TdClassName
{
border-color: #1FCFC4;
}
.TagClassName
{
border-color: #1FCFC4;
}
</style>