Shades of Robin's Egg Blue #1FCCCE
Tints of Robin's Egg Blue #1FCCCE
RGB
CMYK
RGB Variations
Color information
#1FCCCE (or 0x1FCCCE) is known color: Robin's Egg Blue. HEX triplet: 1F, CC and CE. RGB value is (31,204,206). Sum of RGB (Red+Green+Blue) = 31+204+206=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCCE is #E03331. Grayscale: #989898. Windows color (decimal): -14693170 or 13552671. OLE color: 13552671.
HSL color Cylindrical-coordinate representation of color #1FCCCE: hue angle of 180.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCCE is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 204 | 206 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.19 |
| HSL | 180.69º | 0.74% | 0.46% | - |
| HSV(B) | 180.69º | 0.85% | 0.81% | - |
| XYZ | 33.3 | 47.93 | 65.89 | - |
| YUV | 152.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 206 | 0.85 | 0.01 | 0 | 0.19 | 180.69 | 0.74 | 0.46 |
| Hex | 1F | CC | CE | 55 | 1 | 0 | 13 | B5 | 4A | 2E |
| Octal | 37 | 314 | 316 | 125 | 1 | 0 | 23 | 265 | 112 | 56 |
| Binary | 11111 | 11001100 | 11001110 | 1010101 | 1 | 0 | 10011 | 10110101 | 1001010 | 101110 |
Color Harmonies of #1FCCCE
Complementary color
Monochromatic Colors of #1FCCCE
Black with #1FCCCE
Text Example
Text Example
White with #1FCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCCE; }
p { color: rgb(31,204,206); }
H1.HeaderClassName
{
color: #1FCCCE;
}
.AnyTagClassName
{
color: #1FCCCE;
}
</style>
background-color css
<style>
a { background-color: #1FCCCE; }
a { background-color: rgb(31,204,206); }
div.DivClassName
{
background-color: #1FCCCE;
}
.BgClassName
{
background-color: #1FCCCE;
}
</style>
border-color css
<style>
span { border-color: #1FCCCE; }
span { border-color: rgb(31,204,206); }
td.TdClassName
{
border-color: #1FCCCE;
}
.TagClassName
{
border-color: #1FCCCE;
}
</style>