Shades of Summer Sky #1FADEA
Tints of Summer Sky #1FADEA
RGB
CMYK
RGB Variations
Color information
#1FADEA (or 0x1FADEA) is known color: Summer Sky. HEX triplet: 1F, AD and EA. RGB value is (31,173,234). Sum of RGB (Red+Green+Blue) = 31+173+234=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FADEA is #E05215. Grayscale: #898989. Windows color (decimal): -14701078 or 15379743. OLE color: 15379743.
HSL color Cylindrical-coordinate representation of color #1FADEA: hue angle of 198.03º 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 #1FADEA is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 173 | 234 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.08 |
| HSL | 198.03º | 0.83% | 0.52% | - |
| HSV(B) | 198.03º | 0.87% | 0.92% | - |
| XYZ | 30.36 | 36.12 | 83.21 | - |
| YUV | 137.5 | 182.46 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 234 | 0.87 | 0.26 | 0 | 0.08 | 198.03 | 0.83 | 0.52 |
| Hex | 1F | AD | EA | 57 | 1A | 0 | 8 | C6 | 53 | 34 |
| Octal | 37 | 255 | 352 | 127 | 32 | 0 | 10 | 306 | 123 | 64 |
| Binary | 11111 | 10101101 | 11101010 | 1010111 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110100 |
Color Harmonies of #1FADEA
Complementary color
Monochromatic Colors of #1FADEA
Black with #1FADEA
Text Example
Text Example
White with #1FADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADEA; }
p { color: rgb(31,173,234); }
H1.HeaderClassName
{
color: #1FADEA;
}
.AnyTagClassName
{
color: #1FADEA;
}
</style>
background-color css
<style>
a { background-color: #1FADEA; }
a { background-color: rgb(31,173,234); }
div.DivClassName
{
background-color: #1FADEA;
}
.BgClassName
{
background-color: #1FADEA;
}
</style>
border-color css
<style>
span { border-color: #1FADEA; }
span { border-color: rgb(31,173,234); }
td.TdClassName
{
border-color: #1FADEA;
}
.TagClassName
{
border-color: #1FADEA;
}
</style>