Shades of Robin's Egg Blue #1FD2BC
Tints of Robin's Egg Blue #1FD2BC
RGB
CMYK
RGB Variations
Color information
#1FD2BC (or 0x1FD2BC) is known color: Robin's Egg Blue. HEX triplet: 1F, D2 and BC. RGB value is (31,210,188). Sum of RGB (Red+Green+Blue) = 31+210+188=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2BC is #E02D43. Grayscale: #999999. Windows color (decimal): -14691652 or 12374559. OLE color: 12374559.
HSL color Cylindrical-coordinate representation of color #1FD2BC: hue angle of 172.63º 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 #1FD2BC is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 188 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.18 |
| HSL | 172.63º | 0.74% | 0.47% | - |
| HSV(B) | 172.63º | 0.85% | 0.82% | - |
| XYZ | 32.69 | 50.02 | 55.51 | - |
| YUV | 153.97 | 147.2 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 188 | 0.85 | 0 | 0.10 | 0.18 | 172.63 | 0.74 | 0.47 |
| Hex | 1F | D2 | BC | 55 | 0 | A | 12 | AD | 4A | 2F |
| Octal | 37 | 322 | 274 | 125 | 0 | 12 | 22 | 255 | 112 | 57 |
| Binary | 11111 | 11010010 | 10111100 | 1010101 | 0 | 1010 | 10010 | 10101101 | 1001010 | 101111 |
Color Harmonies of #1FD2BC
Complementary color
Monochromatic Colors of #1FD2BC
Black with #1FD2BC
Text Example
Text Example
White with #1FD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2BC; }
p { color: rgb(31,210,188); }
H1.HeaderClassName
{
color: #1FD2BC;
}
.AnyTagClassName
{
color: #1FD2BC;
}
</style>
background-color css
<style>
a { background-color: #1FD2BC; }
a { background-color: rgb(31,210,188); }
div.DivClassName
{
background-color: #1FD2BC;
}
.BgClassName
{
background-color: #1FD2BC;
}
</style>
border-color css
<style>
span { border-color: #1FD2BC; }
span { border-color: rgb(31,210,188); }
td.TdClassName
{
border-color: #1FD2BC;
}
.TagClassName
{
border-color: #1FD2BC;
}
</style>