Shades of Robin's Egg Blue #1FD2BD
Tints of Robin's Egg Blue #1FD2BD
RGB
CMYK
RGB Variations
Color information
#1FD2BD (or 0x1FD2BD) is known color: Robin's Egg Blue. HEX triplet: 1F, D2 and BD. RGB value is (31,210,189). Sum of RGB (Red+Green+Blue) = 31+210+189=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2BD is #E02D42. Grayscale: #999999. Windows color (decimal): -14691651 or 12440095. OLE color: 12440095.
HSL color Cylindrical-coordinate representation of color #1FD2BD: hue angle of 172.96º 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 #1FD2BD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 189 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.18 |
| HSL | 172.96º | 0.74% | 0.47% | - |
| HSV(B) | 172.96º | 0.85% | 0.82% | - |
| XYZ | 32.8 | 50.06 | 56.08 | - |
| YUV | 154.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 189 | 0.85 | 0 | 0.10 | 0.18 | 172.96 | 0.74 | 0.47 |
| Hex | 1F | D2 | BD | 55 | 0 | A | 12 | AD | 4A | 2F |
| Octal | 37 | 322 | 275 | 125 | 0 | 12 | 22 | 255 | 112 | 57 |
| Binary | 11111 | 11010010 | 10111101 | 1010101 | 0 | 1010 | 10010 | 10101101 | 1001010 | 101111 |
Color Harmonies of #1FD2BD
Complementary color
Monochromatic Colors of #1FD2BD
Black with #1FD2BD
Text Example
Text Example
White with #1FD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2BD; }
p { color: rgb(31,210,189); }
H1.HeaderClassName
{
color: #1FD2BD;
}
.AnyTagClassName
{
color: #1FD2BD;
}
</style>
background-color css
<style>
a { background-color: #1FD2BD; }
a { background-color: rgb(31,210,189); }
div.DivClassName
{
background-color: #1FD2BD;
}
.BgClassName
{
background-color: #1FD2BD;
}
</style>
border-color css
<style>
span { border-color: #1FD2BD; }
span { border-color: rgb(31,210,189); }
td.TdClassName
{
border-color: #1FD2BD;
}
.TagClassName
{
border-color: #1FD2BD;
}
</style>