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