Shades of Robin's Egg Blue #1FD0CA
Tints of Robin's Egg Blue #1FD0CA
RGB
CMYK
RGB Variations
Color information
#1FD0CA (or 0x1FD0CA) is known color: Robin's Egg Blue. HEX triplet: 1F, D0 and CA. RGB value is (31,208,202). Sum of RGB (Red+Green+Blue) = 31+208+202=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD0CA is #E02F35. Grayscale: #9A9A9A. Windows color (decimal): -14692150 or 13291551. OLE color: 13291551.
HSL color Cylindrical-coordinate representation of color #1FD0CA: hue angle of 177.97º 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 #1FD0CA is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 202 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.18 |
| HSL | 177.97º | 0.74% | 0.47% | - |
| HSV(B) | 177.97º | 0.85% | 0.82% | - |
| XYZ | 33.78 | 49.67 | 63.68 | - |
| YUV | 154.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 202 | 0.85 | 0 | 0.03 | 0.18 | 177.97 | 0.74 | 0.47 |
| Hex | 1F | D0 | CA | 55 | 0 | 3 | 12 | B2 | 4A | 2F |
| Octal | 37 | 320 | 312 | 125 | 0 | 3 | 22 | 262 | 112 | 57 |
| Binary | 11111 | 11010000 | 11001010 | 1010101 | 0 | 11 | 10010 | 10110010 | 1001010 | 101111 |
Color Harmonies of #1FD0CA
Complementary color
Monochromatic Colors of #1FD0CA
Black with #1FD0CA
Text Example
Text Example
White with #1FD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD0CA; }
p { color: rgb(31,208,202); }
H1.HeaderClassName
{
color: #1FD0CA;
}
.AnyTagClassName
{
color: #1FD0CA;
}
</style>
background-color css
<style>
a { background-color: #1FD0CA; }
a { background-color: rgb(31,208,202); }
div.DivClassName
{
background-color: #1FD0CA;
}
.BgClassName
{
background-color: #1FD0CA;
}
</style>
border-color css
<style>
span { border-color: #1FD0CA; }
span { border-color: rgb(31,208,202); }
td.TdClassName
{
border-color: #1FD0CA;
}
.TagClassName
{
border-color: #1FD0CA;
}
</style>