Shades of Robin's Egg Blue #1FD3CB
Tints of Robin's Egg Blue #1FD3CB
RGB
CMYK
RGB Variations
Color information
#1FD3CB (or 0x1FD3CB) is known color: Robin's Egg Blue. HEX triplet: 1F, D3 and CB. RGB value is (31,211,203). Sum of RGB (Red+Green+Blue) = 31+211+203=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD3CB is #E02C34. Grayscale: #9C9C9C. Windows color (decimal): -14691381 or 13357855. OLE color: 13357855.
HSL color Cylindrical-coordinate representation of color #1FD3CB: hue angle of 177.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD3CB is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 203 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.17 |
| HSL | 177.33º | 0.74% | 0.47% | - |
| HSV(B) | 177.33º | 0.85% | 0.83% | - |
| XYZ | 34.64 | 51.19 | 64.56 | - |
| YUV | 156.27 | 154.37 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 203 | 0.85 | 0 | 0.04 | 0.17 | 177.33 | 0.74 | 0.47 |
| Hex | 1F | D3 | CB | 55 | 0 | 4 | 11 | B1 | 4A | 2F |
| Octal | 37 | 323 | 313 | 125 | 0 | 4 | 21 | 261 | 112 | 57 |
| Binary | 11111 | 11010011 | 11001011 | 1010101 | 0 | 100 | 10001 | 10110001 | 1001010 | 101111 |
Color Harmonies of #1FD3CB
Complementary color
Monochromatic Colors of #1FD3CB
Black with #1FD3CB
Text Example
Text Example
White with #1FD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD3CB; }
p { color: rgb(31,211,203); }
H1.HeaderClassName
{
color: #1FD3CB;
}
.AnyTagClassName
{
color: #1FD3CB;
}
</style>
background-color css
<style>
a { background-color: #1FD3CB; }
a { background-color: rgb(31,211,203); }
div.DivClassName
{
background-color: #1FD3CB;
}
.BgClassName
{
background-color: #1FD3CB;
}
</style>
border-color css
<style>
span { border-color: #1FD3CB; }
span { border-color: rgb(31,211,203); }
td.TdClassName
{
border-color: #1FD3CB;
}
.TagClassName
{
border-color: #1FD3CB;
}
</style>