Shades of Summer Sky #1FC6EC
Tints of Summer Sky #1FC6EC
RGB
CMYK
RGB Variations
Color information
#1FC6EC (or 0x1FC6EC) is known color: Summer Sky. HEX triplet: 1F, C6 and EC. RGB value is (31,198,236). Sum of RGB (Red+Green+Blue) = 31+198+236=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FC6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6EC is #E03913. Grayscale: #989898. Windows color (decimal): -14694676 or 15517215. OLE color: 15517215.
HSL color Cylindrical-coordinate representation of color #1FC6EC: hue angle of 191.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC6EC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 198 | 236 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 191.12º | 0.84% | 0.52% | - |
| HSV(B) | 191.12º | 0.87% | 0.93% | - |
| XYZ | 35.9 | 46.74 | 86.49 | - |
| YUV | 152.4 | 175.17 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 236 | 0.87 | 0.16 | 0 | 0.07 | 191.12 | 0.84 | 0.52 |
| Hex | 1F | C6 | EC | 57 | 10 | 0 | 7 | BF | 54 | 34 |
| Octal | 37 | 306 | 354 | 127 | 20 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11111 | 11000110 | 11101100 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1FC6EC
Complementary color
Monochromatic Colors of #1FC6EC
Black with #1FC6EC
Text Example
Text Example
White with #1FC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6EC; }
p { color: rgb(31,198,236); }
H1.HeaderClassName
{
color: #1FC6EC;
}
.AnyTagClassName
{
color: #1FC6EC;
}
</style>
background-color css
<style>
a { background-color: #1FC6EC; }
a { background-color: rgb(31,198,236); }
div.DivClassName
{
background-color: #1FC6EC;
}
.BgClassName
{
background-color: #1FC6EC;
}
</style>
border-color css
<style>
span { border-color: #1FC6EC; }
span { border-color: rgb(31,198,236); }
td.TdClassName
{
border-color: #1FC6EC;
}
.TagClassName
{
border-color: #1FC6EC;
}
</style>