Shades of Robin's Egg Blue #1FCDC8
Tints of Robin's Egg Blue #1FCDC8
RGB
CMYK
RGB Variations
Color information
#1FCDC8 (or 0x1FCDC8) is known color: Robin's Egg Blue. HEX triplet: 1F, CD and C8. RGB value is (31,205,200). Sum of RGB (Red+Green+Blue) = 31+205+200=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDC8 is #E03237. Grayscale: #989898. Windows color (decimal): -14692920 or 13159711. OLE color: 13159711.
HSL color Cylindrical-coordinate representation of color #1FCDC8: hue angle of 178.28º 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 #1FCDC8 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 200 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.20 |
| HSL | 178.28º | 0.74% | 0.46% | - |
| HSV(B) | 178.28º | 0.85% | 0.8% | - |
| XYZ | 32.82 | 48.12 | 62.2 | - |
| YUV | 152.4 | 154.85 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 200 | 0.85 | 0 | 0.02 | 0.20 | 178.28 | 0.74 | 0.46 |
| Hex | 1F | CD | C8 | 55 | 0 | 2 | 14 | B2 | 4A | 2E |
| Octal | 37 | 315 | 310 | 125 | 0 | 2 | 24 | 262 | 112 | 56 |
| Binary | 11111 | 11001101 | 11001000 | 1010101 | 0 | 10 | 10100 | 10110010 | 1001010 | 101110 |
Color Harmonies of #1FCDC8
Complementary color
Monochromatic Colors of #1FCDC8
Black with #1FCDC8
Text Example
Text Example
White with #1FCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDC8; }
p { color: rgb(31,205,200); }
H1.HeaderClassName
{
color: #1FCDC8;
}
.AnyTagClassName
{
color: #1FCDC8;
}
</style>
background-color css
<style>
a { background-color: #1FCDC8; }
a { background-color: rgb(31,205,200); }
div.DivClassName
{
background-color: #1FCDC8;
}
.BgClassName
{
background-color: #1FCDC8;
}
</style>
border-color css
<style>
span { border-color: #1FCDC8; }
span { border-color: rgb(31,205,200); }
td.TdClassName
{
border-color: #1FCDC8;
}
.TagClassName
{
border-color: #1FCDC8;
}
</style>