Shades of Summer Sky #1FC7EC
Tints of Summer Sky #1FC7EC
RGB
CMYK
RGB Variations
Color information
#1FC7EC (or 0x1FC7EC) is known color: Summer Sky. HEX triplet: 1F, C7 and EC. RGB value is (31,199,236). Sum of RGB (Red+Green+Blue) = 31+199+236=466 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.65% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FC7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC7EC is #E03813. Grayscale: #989898. Windows color (decimal): -14694420 or 15517471. OLE color: 15517471.
HSL color Cylindrical-coordinate representation of color #1FC7EC: hue angle of 190.83º 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 #1FC7EC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 199 | 236 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 190.83º | 0.84% | 0.52% | - |
| HSV(B) | 190.83º | 0.87% | 0.93% | - |
| XYZ | 36.13 | 47.19 | 86.56 | - |
| YUV | 152.99 | 174.84 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 236 | 0.87 | 0.16 | 0 | 0.07 | 190.83 | 0.84 | 0.52 |
| Hex | 1F | C7 | EC | 57 | 10 | 0 | 7 | BF | 54 | 34 |
| Octal | 37 | 307 | 354 | 127 | 20 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11111 | 11000111 | 11101100 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1FC7EC
Complementary color
Monochromatic Colors of #1FC7EC
Black with #1FC7EC
Text Example
Text Example
White with #1FC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC7EC; }
p { color: rgb(31,199,236); }
H1.HeaderClassName
{
color: #1FC7EC;
}
.AnyTagClassName
{
color: #1FC7EC;
}
</style>
background-color css
<style>
a { background-color: #1FC7EC; }
a { background-color: rgb(31,199,236); }
div.DivClassName
{
background-color: #1FC7EC;
}
.BgClassName
{
background-color: #1FC7EC;
}
</style>
border-color css
<style>
span { border-color: #1FC7EC; }
span { border-color: rgb(31,199,236); }
td.TdClassName
{
border-color: #1FC7EC;
}
.TagClassName
{
border-color: #1FC7EC;
}
</style>