Shades of Robin's Egg Blue #1FD8C3
Tints of Robin's Egg Blue #1FD8C3
RGB
CMYK
RGB Variations
Color information
#1FD8C3 (or 0x1FD8C3) is known color: Robin's Egg Blue. HEX triplet: 1F, D8 and C3. RGB value is (31,216,195). Sum of RGB (Red+Green+Blue) = 31+216+195=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD8C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD8C3 is #E0273C. Grayscale: #9E9E9E. Windows color (decimal): -14690109 or 12834847. OLE color: 12834847.
HSL color Cylindrical-coordinate representation of color #1FD8C3: hue angle of 173.19º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD8C3 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 195 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.15 |
| HSL | 173.19º | 0.75% | 0.48% | - |
| HSV(B) | 173.19º | 0.86% | 0.85% | - |
| XYZ | 34.97 | 53.34 | 60.08 | - |
| YUV | 158.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 195 | 0.86 | 0 | 0.10 | 0.15 | 173.19 | 0.75 | 0.48 |
| Hex | 1F | D8 | C3 | 56 | 0 | A | F | AD | 4B | 30 |
| Octal | 37 | 330 | 303 | 126 | 0 | 12 | 17 | 255 | 113 | 60 |
| Binary | 11111 | 11011000 | 11000011 | 1010110 | 0 | 1010 | 1111 | 10101101 | 1001011 | 110000 |
Color Harmonies of #1FD8C3
Complementary color
Monochromatic Colors of #1FD8C3
Black with #1FD8C3
Text Example
Text Example
White with #1FD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD8C3; }
p { color: rgb(31,216,195); }
H1.HeaderClassName
{
color: #1FD8C3;
}
.AnyTagClassName
{
color: #1FD8C3;
}
</style>
background-color css
<style>
a { background-color: #1FD8C3; }
a { background-color: rgb(31,216,195); }
div.DivClassName
{
background-color: #1FD8C3;
}
.BgClassName
{
background-color: #1FD8C3;
}
</style>
border-color css
<style>
span { border-color: #1FD8C3; }
span { border-color: rgb(31,216,195); }
td.TdClassName
{
border-color: #1FD8C3;
}
.TagClassName
{
border-color: #1FD8C3;
}
</style>