Shades of Summer Sky #1FAEDC
Tints of Summer Sky #1FAEDC
RGB
CMYK
RGB Variations
Color information
#1FAEDC (or 0x1FAEDC) is known color: Summer Sky. HEX triplet: 1F, AE and DC. RGB value is (31,174,220). Sum of RGB (Red+Green+Blue) = 31+174+220=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEDC is #E05123. Grayscale: #888888. Windows color (decimal): -14700836 or 14462495. OLE color: 14462495.
HSL color Cylindrical-coordinate representation of color #1FAEDC: hue angle of 194.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAEDC is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 174 | 220 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.14 |
| HSL | 194.6º | 0.75% | 0.49% | - |
| HSV(B) | 194.6º | 0.86% | 0.86% | - |
| XYZ | 28.62 | 35.73 | 73.1 | - |
| YUV | 136.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 220 | 0.86 | 0.21 | 0 | 0.14 | 194.6 | 0.75 | 0.49 |
| Hex | 1F | AE | DC | 56 | 15 | 0 | E | C3 | 4B | 31 |
| Octal | 37 | 256 | 334 | 126 | 25 | 0 | 16 | 303 | 113 | 61 |
| Binary | 11111 | 10101110 | 11011100 | 1010110 | 10101 | 0 | 1110 | 11000011 | 1001011 | 110001 |
Color Harmonies of #1FAEDC
Complementary color
Monochromatic Colors of #1FAEDC
Black with #1FAEDC
Text Example
Text Example
White with #1FAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEDC; }
p { color: rgb(31,174,220); }
H1.HeaderClassName
{
color: #1FAEDC;
}
.AnyTagClassName
{
color: #1FAEDC;
}
</style>
background-color css
<style>
a { background-color: #1FAEDC; }
a { background-color: rgb(31,174,220); }
div.DivClassName
{
background-color: #1FAEDC;
}
.BgClassName
{
background-color: #1FAEDC;
}
</style>
border-color css
<style>
span { border-color: #1FAEDC; }
span { border-color: rgb(31,174,220); }
td.TdClassName
{
border-color: #1FAEDC;
}
.TagClassName
{
border-color: #1FAEDC;
}
</style>