Shades of Robin's Egg Blue #1FC6CF
Tints of Robin's Egg Blue #1FC6CF
RGB
CMYK
RGB Variations
Color information
#1FC6CF (or 0x1FC6CF) is known color: Robin's Egg Blue. HEX triplet: 1F, C6 and CF. RGB value is (31,198,207). Sum of RGB (Red+Green+Blue) = 31+198+207=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FC6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6CF is #E03930. Grayscale: #949494. Windows color (decimal): -14694705 or 13616671. OLE color: 13616671.
HSL color Cylindrical-coordinate representation of color #1FC6CF: hue angle of 183.07º 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 #1FC6CF is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 198 | 207 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.19 |
| HSL | 183.07º | 0.74% | 0.47% | - |
| HSV(B) | 183.07º | 0.85% | 0.81% | - |
| XYZ | 32.02 | 45.18 | 66.07 | - |
| YUV | 149.09 | 160.67 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 207 | 0.85 | 0.04 | 0 | 0.19 | 183.07 | 0.74 | 0.47 |
| Hex | 1F | C6 | CF | 55 | 4 | 0 | 13 | B7 | 4A | 2F |
| Octal | 37 | 306 | 317 | 125 | 4 | 0 | 23 | 267 | 112 | 57 |
| Binary | 11111 | 11000110 | 11001111 | 1010101 | 100 | 0 | 10011 | 10110111 | 1001010 | 101111 |
Color Harmonies of #1FC6CF
Complementary color
Monochromatic Colors of #1FC6CF
Black with #1FC6CF
Text Example
Text Example
White with #1FC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6CF; }
p { color: rgb(31,198,207); }
H1.HeaderClassName
{
color: #1FC6CF;
}
.AnyTagClassName
{
color: #1FC6CF;
}
</style>
background-color css
<style>
a { background-color: #1FC6CF; }
a { background-color: rgb(31,198,207); }
div.DivClassName
{
background-color: #1FC6CF;
}
.BgClassName
{
background-color: #1FC6CF;
}
</style>
border-color css
<style>
span { border-color: #1FC6CF; }
span { border-color: rgb(31,198,207); }
td.TdClassName
{
border-color: #1FC6CF;
}
.TagClassName
{
border-color: #1FC6CF;
}
</style>