Shades of Robin's Egg Blue #1FD7BA
Tints of Robin's Egg Blue #1FD7BA
RGB
CMYK
RGB Variations
Color information
#1FD7BA (or 0x1FD7BA) is known color: Robin's Egg Blue. HEX triplet: 1F, D7 and BA. RGB value is (31,215,186). Sum of RGB (Red+Green+Blue) = 31+215+186=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD7BA is #E02845. Grayscale: #9C9C9C. Windows color (decimal): -14690374 or 12244767. OLE color: 12244767.
HSL color Cylindrical-coordinate representation of color #1FD7BA: hue angle of 170.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD7BA is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 215 | 186 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.16 |
| HSL | 170.54º | 0.75% | 0.48% | - |
| HSV(B) | 170.54º | 0.86% | 0.84% | - |
| XYZ | 33.73 | 52.44 | 54.8 | - |
| YUV | 156.68 | 144.54 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 215 | 186 | 0.86 | 0 | 0.13 | 0.16 | 170.54 | 0.75 | 0.48 |
| Hex | 1F | D7 | BA | 56 | 0 | D | 10 | AB | 4B | 30 |
| Octal | 37 | 327 | 272 | 126 | 0 | 15 | 20 | 253 | 113 | 60 |
| Binary | 11111 | 11010111 | 10111010 | 1010110 | 0 | 1101 | 10000 | 10101011 | 1001011 | 110000 |
Color Harmonies of #1FD7BA
Complementary color
Monochromatic Colors of #1FD7BA
Black with #1FD7BA
Text Example
Text Example
White with #1FD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD7BA; }
p { color: rgb(31,215,186); }
H1.HeaderClassName
{
color: #1FD7BA;
}
.AnyTagClassName
{
color: #1FD7BA;
}
</style>
background-color css
<style>
a { background-color: #1FD7BA; }
a { background-color: rgb(31,215,186); }
div.DivClassName
{
background-color: #1FD7BA;
}
.BgClassName
{
background-color: #1FD7BA;
}
</style>
border-color css
<style>
span { border-color: #1FD7BA; }
span { border-color: rgb(31,215,186); }
td.TdClassName
{
border-color: #1FD7BA;
}
.TagClassName
{
border-color: #1FD7BA;
}
</style>