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