Shades of Robin's Egg Blue #1FCFBF
Tints of Robin's Egg Blue #1FCFBF
RGB
CMYK
RGB Variations
Color information
#1FCFBF (or 0x1FCFBF) is known color: Robin's Egg Blue. HEX triplet: 1F, CF and BF. RGB value is (31,207,191). Sum of RGB (Red+Green+Blue) = 31+207+191=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFBF is #E03040. Grayscale: #989898. Windows color (decimal): -14692417 or 12570399. OLE color: 12570399.
HSL color Cylindrical-coordinate representation of color #1FCFBF: hue angle of 174.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCFBF is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 191 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.19 |
| HSL | 174.55º | 0.74% | 0.47% | - |
| HSV(B) | 174.55º | 0.85% | 0.81% | - |
| XYZ | 32.28 | 48.68 | 56.98 | - |
| YUV | 152.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 191 | 0.85 | 0 | 0.08 | 0.19 | 174.55 | 0.74 | 0.47 |
| Hex | 1F | CF | BF | 55 | 0 | 8 | 13 | AF | 4A | 2F |
| Octal | 37 | 317 | 277 | 125 | 0 | 10 | 23 | 257 | 112 | 57 |
| Binary | 11111 | 11001111 | 10111111 | 1010101 | 0 | 1000 | 10011 | 10101111 | 1001010 | 101111 |
Color Harmonies of #1FCFBF
Complementary color
Monochromatic Colors of #1FCFBF
Black with #1FCFBF
Text Example
Text Example
White with #1FCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFBF; }
p { color: rgb(31,207,191); }
H1.HeaderClassName
{
color: #1FCFBF;
}
.AnyTagClassName
{
color: #1FCFBF;
}
</style>
background-color css
<style>
a { background-color: #1FCFBF; }
a { background-color: rgb(31,207,191); }
div.DivClassName
{
background-color: #1FCFBF;
}
.BgClassName
{
background-color: #1FCFBF;
}
</style>
border-color css
<style>
span { border-color: #1FCFBF; }
span { border-color: rgb(31,207,191); }
td.TdClassName
{
border-color: #1FCFBF;
}
.TagClassName
{
border-color: #1FCFBF;
}
</style>