Shades of Robin's Egg Blue #1FD2BE
Tints of Robin's Egg Blue #1FD2BE
RGB
CMYK
RGB Variations
Color information
#1FD2BE (or 0x1FD2BE) is known color: Robin's Egg Blue. HEX triplet: 1F, D2 and BE. RGB value is (31,210,190). Sum of RGB (Red+Green+Blue) = 31+210+190=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2BE is #E02D41. Grayscale: #9A9A9A. Windows color (decimal): -14691650 or 12505631. OLE color: 12505631.
HSL color Cylindrical-coordinate representation of color #1FD2BE: hue angle of 173.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 #1FD2BE is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 190 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.18 |
| HSL | 173.3º | 0.74% | 0.47% | - |
| HSV(B) | 173.3º | 0.85% | 0.82% | - |
| XYZ | 32.91 | 50.1 | 56.65 | - |
| YUV | 154.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 190 | 0.85 | 0 | 0.10 | 0.18 | 173.3 | 0.74 | 0.47 |
| Hex | 1F | D2 | BE | 55 | 0 | A | 12 | AD | 4A | 2F |
| Octal | 37 | 322 | 276 | 125 | 0 | 12 | 22 | 255 | 112 | 57 |
| Binary | 11111 | 11010010 | 10111110 | 1010101 | 0 | 1010 | 10010 | 10101101 | 1001010 | 101111 |
Color Harmonies of #1FD2BE
Complementary color
Monochromatic Colors of #1FD2BE
Black with #1FD2BE
Text Example
Text Example
White with #1FD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2BE; }
p { color: rgb(31,210,190); }
H1.HeaderClassName
{
color: #1FD2BE;
}
.AnyTagClassName
{
color: #1FD2BE;
}
</style>
background-color css
<style>
a { background-color: #1FD2BE; }
a { background-color: rgb(31,210,190); }
div.DivClassName
{
background-color: #1FD2BE;
}
.BgClassName
{
background-color: #1FD2BE;
}
</style>
border-color css
<style>
span { border-color: #1FD2BE; }
span { border-color: rgb(31,210,190); }
td.TdClassName
{
border-color: #1FD2BE;
}
.TagClassName
{
border-color: #1FD2BE;
}
</style>