Shades of Summer Sky #1FC7EA
Tints of Summer Sky #1FC7EA
RGB
CMYK
RGB Variations
Color information
#1FC7EA (or 0x1FC7EA) is known color: Summer Sky. HEX triplet: 1F, C7 and EA. RGB value is (31,199,234). Sum of RGB (Red+Green+Blue) = 31+199+234=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FC7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC7EA is #E03815. Grayscale: #989898. Windows color (decimal): -14694422 or 15386399. OLE color: 15386399.
HSL color Cylindrical-coordinate representation of color #1FC7EA: hue angle of 190.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC7EA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 199 | 234 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.08 |
| HSL | 190.34º | 0.83% | 0.52% | - |
| HSV(B) | 190.34º | 0.87% | 0.92% | - |
| XYZ | 35.84 | 47.08 | 85.04 | - |
| YUV | 152.76 | 173.84 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 234 | 0.87 | 0.15 | 0 | 0.08 | 190.34 | 0.83 | 0.52 |
| Hex | 1F | C7 | EA | 57 | F | 0 | 8 | BE | 53 | 34 |
| Octal | 37 | 307 | 352 | 127 | 17 | 0 | 10 | 276 | 123 | 64 |
| Binary | 11111 | 11000111 | 11101010 | 1010111 | 1111 | 0 | 1000 | 10111110 | 1010011 | 110100 |
Color Harmonies of #1FC7EA
Complementary color
Monochromatic Colors of #1FC7EA
Black with #1FC7EA
Text Example
Text Example
White with #1FC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC7EA; }
p { color: rgb(31,199,234); }
H1.HeaderClassName
{
color: #1FC7EA;
}
.AnyTagClassName
{
color: #1FC7EA;
}
</style>
background-color css
<style>
a { background-color: #1FC7EA; }
a { background-color: rgb(31,199,234); }
div.DivClassName
{
background-color: #1FC7EA;
}
.BgClassName
{
background-color: #1FC7EA;
}
</style>
border-color css
<style>
span { border-color: #1FC7EA; }
span { border-color: rgb(31,199,234); }
td.TdClassName
{
border-color: #1FC7EA;
}
.TagClassName
{
border-color: #1FC7EA;
}
</style>