Shades of Robin's Egg Blue #1FCDCB
Tints of Robin's Egg Blue #1FCDCB
RGB
CMYK
RGB Variations
Color information
#1FCDCB (or 0x1FCDCB) is known color: Robin's Egg Blue. HEX triplet: 1F, CD and CB. RGB value is (31,205,203). Sum of RGB (Red+Green+Blue) = 31+205+203=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDCB is #E03234. Grayscale: #989898. Windows color (decimal): -14692917 or 13356319. OLE color: 13356319.
HSL color Cylindrical-coordinate representation of color #1FCDCB: hue angle of 179.31º 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 #1FCDCB is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 203 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.20 |
| HSL | 179.31º | 0.74% | 0.46% | - |
| HSV(B) | 179.31º | 0.85% | 0.8% | - |
| XYZ | 33.18 | 48.27 | 64.07 | - |
| YUV | 152.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 203 | 0.85 | 0 | 0.01 | 0.20 | 179.31 | 0.74 | 0.46 |
| Hex | 1F | CD | CB | 55 | 0 | 1 | 14 | B3 | 4A | 2E |
| Octal | 37 | 315 | 313 | 125 | 0 | 1 | 24 | 263 | 112 | 56 |
| Binary | 11111 | 11001101 | 11001011 | 1010101 | 0 | 1 | 10100 | 10110011 | 1001010 | 101110 |
Color Harmonies of #1FCDCB
Complementary color
Monochromatic Colors of #1FCDCB
Black with #1FCDCB
Text Example
Text Example
White with #1FCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDCB; }
p { color: rgb(31,205,203); }
H1.HeaderClassName
{
color: #1FCDCB;
}
.AnyTagClassName
{
color: #1FCDCB;
}
</style>
background-color css
<style>
a { background-color: #1FCDCB; }
a { background-color: rgb(31,205,203); }
div.DivClassName
{
background-color: #1FCDCB;
}
.BgClassName
{
background-color: #1FCDCB;
}
</style>
border-color css
<style>
span { border-color: #1FCDCB; }
span { border-color: rgb(31,205,203); }
td.TdClassName
{
border-color: #1FCDCB;
}
.TagClassName
{
border-color: #1FCDCB;
}
</style>