Shades of Robin's Egg Blue #1FD2C1
Tints of Robin's Egg Blue #1FD2C1
RGB
CMYK
RGB Variations
Color information
#1FD2C1 (or 0x1FD2C1) is known color: Robin's Egg Blue. HEX triplet: 1F, D2 and C1. RGB value is (31,210,193). Sum of RGB (Red+Green+Blue) = 31+210+193=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2C1 is #E02D3E. Grayscale: #9A9A9A. Windows color (decimal): -14691647 or 12702239. OLE color: 12702239.
HSL color Cylindrical-coordinate representation of color #1FD2C1: hue angle of 174.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD2C1 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 193 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.18 |
| HSL | 174.3º | 0.74% | 0.47% | - |
| HSV(B) | 174.3º | 0.85% | 0.82% | - |
| XYZ | 33.24 | 50.23 | 58.4 | - |
| YUV | 154.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 193 | 0.85 | 0 | 0.08 | 0.18 | 174.3 | 0.74 | 0.47 |
| Hex | 1F | D2 | C1 | 55 | 0 | 8 | 12 | AE | 4A | 2F |
| Octal | 37 | 322 | 301 | 125 | 0 | 10 | 22 | 256 | 112 | 57 |
| Binary | 11111 | 11010010 | 11000001 | 1010101 | 0 | 1000 | 10010 | 10101110 | 1001010 | 101111 |
Color Harmonies of #1FD2C1
Complementary color
Monochromatic Colors of #1FD2C1
Black with #1FD2C1
Text Example
Text Example
White with #1FD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2C1; }
p { color: rgb(31,210,193); }
H1.HeaderClassName
{
color: #1FD2C1;
}
.AnyTagClassName
{
color: #1FD2C1;
}
</style>
background-color css
<style>
a { background-color: #1FD2C1; }
a { background-color: rgb(31,210,193); }
div.DivClassName
{
background-color: #1FD2C1;
}
.BgClassName
{
background-color: #1FD2C1;
}
</style>
border-color css
<style>
span { border-color: #1FD2C1; }
span { border-color: rgb(31,210,193); }
td.TdClassName
{
border-color: #1FD2C1;
}
.TagClassName
{
border-color: #1FD2C1;
}
</style>