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