Shades of Robin's Egg Blue #1FD3C1
Tints of Robin's Egg Blue #1FD3C1
RGB
CMYK
RGB Variations
Color information
#1FD3C1 (or 0x1FD3C1) is known color: Robin's Egg Blue. HEX triplet: 1F, D3 and C1. RGB value is (31,211,193). Sum of RGB (Red+Green+Blue) = 31+211+193=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD3C1 is #E02C3E. Grayscale: #9B9B9B. Windows color (decimal): -14691391 or 12702495. OLE color: 12702495.
HSL color Cylindrical-coordinate representation of color #1FD3C1: hue angle of 174º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD3C1 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 193 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.17 |
| HSL | 174º | 0.74% | 0.47% | - |
| HSV(B) | 174º | 0.85% | 0.83% | - |
| XYZ | 33.48 | 50.73 | 58.48 | - |
| YUV | 155.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 193 | 0.85 | 0 | 0.09 | 0.17 | 174 | 0.74 | 0.47 |
| Hex | 1F | D3 | C1 | 55 | 0 | 9 | 11 | AE | 4A | 2F |
| Octal | 37 | 323 | 301 | 125 | 0 | 11 | 21 | 256 | 112 | 57 |
| Binary | 11111 | 11010011 | 11000001 | 1010101 | 0 | 1001 | 10001 | 10101110 | 1001010 | 101111 |
Color Harmonies of #1FD3C1
Complementary color
Monochromatic Colors of #1FD3C1
Black with #1FD3C1
Text Example
Text Example
White with #1FD3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD3C1; }
p { color: rgb(31,211,193); }
H1.HeaderClassName
{
color: #1FD3C1;
}
.AnyTagClassName
{
color: #1FD3C1;
}
</style>
background-color css
<style>
a { background-color: #1FD3C1; }
a { background-color: rgb(31,211,193); }
div.DivClassName
{
background-color: #1FD3C1;
}
.BgClassName
{
background-color: #1FD3C1;
}
</style>
border-color css
<style>
span { border-color: #1FD3C1; }
span { border-color: rgb(31,211,193); }
td.TdClassName
{
border-color: #1FD3C1;
}
.TagClassName
{
border-color: #1FD3C1;
}
</style>