Shades of Robin's Egg Blue #1FCDCC
Tints of Robin's Egg Blue #1FCDCC
RGB
CMYK
RGB Variations
Color information
#1FCDCC (or 0x1FCDCC) is known color: Robin's Egg Blue. HEX triplet: 1F, CD and CC. RGB value is (31,205,204). Sum of RGB (Red+Green+Blue) = 31+205+204=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDCC is #E03233. Grayscale: #989898. Windows color (decimal): -14692916 or 13421855. OLE color: 13421855.
HSL color Cylindrical-coordinate representation of color #1FCDCC: hue angle of 179.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDCC is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 204 | - |
| CMYK | 0.85 | 0 | 0.00 | 0.20 |
| HSL | 179.66º | 0.74% | 0.46% | - |
| HSV(B) | 179.66º | 0.85% | 0.8% | - |
| XYZ | 33.3 | 48.31 | 64.7 | - |
| YUV | 152.86 | 156.85 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 204 | 0.85 | 0 | 0.00 | 0.20 | 179.66 | 0.74 | 0.46 |
| Hex | 1F | CD | CC | 55 | 0 | 0 | 14 | B4 | 4A | 2E |
| Octal | 37 | 315 | 314 | 125 | 0 | 0 | 24 | 264 | 112 | 56 |
| Binary | 11111 | 11001101 | 11001100 | 1010101 | 0 | 0 | 10100 | 10110100 | 1001010 | 101110 |
Color Harmonies of #1FCDCC
Complementary color
Monochromatic Colors of #1FCDCC
Black with #1FCDCC
Text Example
Text Example
White with #1FCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDCC; }
p { color: rgb(31,205,204); }
H1.HeaderClassName
{
color: #1FCDCC;
}
.AnyTagClassName
{
color: #1FCDCC;
}
</style>
background-color css
<style>
a { background-color: #1FCDCC; }
a { background-color: rgb(31,205,204); }
div.DivClassName
{
background-color: #1FCDCC;
}
.BgClassName
{
background-color: #1FCDCC;
}
</style>
border-color css
<style>
span { border-color: #1FCDCC; }
span { border-color: rgb(31,205,204); }
td.TdClassName
{
border-color: #1FCDCC;
}
.TagClassName
{
border-color: #1FCDCC;
}
</style>