Shades of Robin's Egg Blue #1FD0C6
Tints of Robin's Egg Blue #1FD0C6
RGB
CMYK
RGB Variations
Color information
#1FD0C6 (or 0x1FD0C6) is known color: Robin's Egg Blue. HEX triplet: 1F, D0 and C6. RGB value is (31,208,198). Sum of RGB (Red+Green+Blue) = 31+208+198=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD0C6 is #E02F39. Grayscale: #999999. Windows color (decimal): -14692154 or 13029407. OLE color: 13029407.
HSL color Cylindrical-coordinate representation of color #1FD0C6: hue angle of 176.61º 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 #1FD0C6 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 198 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.18 |
| HSL | 176.61º | 0.74% | 0.47% | - |
| HSV(B) | 176.61º | 0.85% | 0.82% | - |
| XYZ | 33.31 | 49.48 | 61.22 | - |
| YUV | 153.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 198 | 0.85 | 0 | 0.05 | 0.18 | 176.61 | 0.74 | 0.47 |
| Hex | 1F | D0 | C6 | 55 | 0 | 5 | 12 | B1 | 4A | 2F |
| Octal | 37 | 320 | 306 | 125 | 0 | 5 | 22 | 261 | 112 | 57 |
| Binary | 11111 | 11010000 | 11000110 | 1010101 | 0 | 101 | 10010 | 10110001 | 1001010 | 101111 |
Color Harmonies of #1FD0C6
Complementary color
Monochromatic Colors of #1FD0C6
Black with #1FD0C6
Text Example
Text Example
White with #1FD0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD0C6; }
p { color: rgb(31,208,198); }
H1.HeaderClassName
{
color: #1FD0C6;
}
.AnyTagClassName
{
color: #1FD0C6;
}
</style>
background-color css
<style>
a { background-color: #1FD0C6; }
a { background-color: rgb(31,208,198); }
div.DivClassName
{
background-color: #1FD0C6;
}
.BgClassName
{
background-color: #1FD0C6;
}
</style>
border-color css
<style>
span { border-color: #1FD0C6; }
span { border-color: rgb(31,208,198); }
td.TdClassName
{
border-color: #1FD0C6;
}
.TagClassName
{
border-color: #1FD0C6;
}
</style>