Shades of Robin's Egg Blue #1FCACD
Tints of Robin's Egg Blue #1FCACD
RGB
CMYK
RGB Variations
Color information
#1FCACD (or 0x1FCACD) is known color: Robin's Egg Blue. HEX triplet: 1F, CA and CD. RGB value is (31,202,205). Sum of RGB (Red+Green+Blue) = 31+202+205=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCACD is #E03532. Grayscale: #979797. Windows color (decimal): -14693683 or 13486623. OLE color: 13486623.
HSL color Cylindrical-coordinate representation of color #1FCACD: hue angle of 181.03º 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 #1FCACD is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 202 | 205 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.20 |
| HSL | 181.03º | 0.74% | 0.46% | - |
| HSV(B) | 181.03º | 0.85% | 0.8% | - |
| XYZ | 32.71 | 46.94 | 65.09 | - |
| YUV | 151.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 205 | 0.85 | 0.01 | 0 | 0.20 | 181.03 | 0.74 | 0.46 |
| Hex | 1F | CA | CD | 55 | 1 | 0 | 14 | B5 | 4A | 2E |
| Octal | 37 | 312 | 315 | 125 | 1 | 0 | 24 | 265 | 112 | 56 |
| Binary | 11111 | 11001010 | 11001101 | 1010101 | 1 | 0 | 10100 | 10110101 | 1001010 | 101110 |
Color Harmonies of #1FCACD
Complementary color
Monochromatic Colors of #1FCACD
Black with #1FCACD
Text Example
Text Example
White with #1FCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCACD; }
p { color: rgb(31,202,205); }
H1.HeaderClassName
{
color: #1FCACD;
}
.AnyTagClassName
{
color: #1FCACD;
}
</style>
background-color css
<style>
a { background-color: #1FCACD; }
a { background-color: rgb(31,202,205); }
div.DivClassName
{
background-color: #1FCACD;
}
.BgClassName
{
background-color: #1FCACD;
}
</style>
border-color css
<style>
span { border-color: #1FCACD; }
span { border-color: rgb(31,202,205); }
td.TdClassName
{
border-color: #1FCACD;
}
.TagClassName
{
border-color: #1FCACD;
}
</style>