Shades of Summer Sky #1FADEF
Tints of Summer Sky #1FADEF
RGB
CMYK
RGB Variations
Color information
#1FADEF (or 0x1FADEF) is known color: Summer Sky. HEX triplet: 1F, AD and EF. RGB value is (31,173,239). Sum of RGB (Red+Green+Blue) = 31+173+239=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FADEF is #E05210. Grayscale: #898989. Windows color (decimal): -14701073 or 15707423. OLE color: 15707423.
HSL color Cylindrical-coordinate representation of color #1FADEF: hue angle of 199.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FADEF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 173 | 239 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.06 |
| HSL | 199.04º | 0.87% | 0.53% | - |
| HSV(B) | 199.04º | 0.87% | 0.94% | - |
| XYZ | 31.09 | 36.41 | 87.05 | - |
| YUV | 138.07 | 184.96 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 239 | 0.87 | 0.28 | 0 | 0.06 | 199.04 | 0.87 | 0.53 |
| Hex | 1F | AD | EF | 57 | 1C | 0 | 6 | C7 | 57 | 35 |
| Octal | 37 | 255 | 357 | 127 | 34 | 0 | 6 | 307 | 127 | 65 |
| Binary | 11111 | 10101101 | 11101111 | 1010111 | 11100 | 0 | 110 | 11000111 | 1010111 | 110101 |
Color Harmonies of #1FADEF
Complementary color
Monochromatic Colors of #1FADEF
Black with #1FADEF
Text Example
Text Example
White with #1FADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADEF; }
p { color: rgb(31,173,239); }
H1.HeaderClassName
{
color: #1FADEF;
}
.AnyTagClassName
{
color: #1FADEF;
}
</style>
background-color css
<style>
a { background-color: #1FADEF; }
a { background-color: rgb(31,173,239); }
div.DivClassName
{
background-color: #1FADEF;
}
.BgClassName
{
background-color: #1FADEF;
}
</style>
border-color css
<style>
span { border-color: #1FADEF; }
span { border-color: rgb(31,173,239); }
td.TdClassName
{
border-color: #1FADEF;
}
.TagClassName
{
border-color: #1FADEF;
}
</style>