Shades of Summer Sky #1FAED5
Tints of Summer Sky #1FAED5
RGB
CMYK
RGB Variations
Color information
#1FAED5 (or 0x1FAED5) is known color: Summer Sky. HEX triplet: 1F, AE and D5. RGB value is (31,174,213). Sum of RGB (Red+Green+Blue) = 31+174+213=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FAED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAED5 is #E0512A. Grayscale: #878787. Windows color (decimal): -14700843 or 14003743. OLE color: 14003743.
HSL color Cylindrical-coordinate representation of color #1FAED5: hue angle of 192.86º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAED5 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 174 | 213 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.16 |
| HSL | 192.86º | 0.75% | 0.48% | - |
| HSV(B) | 192.86º | 0.85% | 0.84% | - |
| XYZ | 27.71 | 35.37 | 68.32 | - |
| YUV | 135.69 | 171.62 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 213 | 0.85 | 0.18 | 0 | 0.16 | 192.86 | 0.75 | 0.48 |
| Hex | 1F | AE | D5 | 55 | 12 | 0 | 10 | C1 | 4B | 30 |
| Octal | 37 | 256 | 325 | 125 | 22 | 0 | 20 | 301 | 113 | 60 |
| Binary | 11111 | 10101110 | 11010101 | 1010101 | 10010 | 0 | 10000 | 11000001 | 1001011 | 110000 |
Color Harmonies of #1FAED5
Complementary color
Monochromatic Colors of #1FAED5
Black with #1FAED5
Text Example
Text Example
White with #1FAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAED5; }
p { color: rgb(31,174,213); }
H1.HeaderClassName
{
color: #1FAED5;
}
.AnyTagClassName
{
color: #1FAED5;
}
</style>
background-color css
<style>
a { background-color: #1FAED5; }
a { background-color: rgb(31,174,213); }
div.DivClassName
{
background-color: #1FAED5;
}
.BgClassName
{
background-color: #1FAED5;
}
</style>
border-color css
<style>
span { border-color: #1FAED5; }
span { border-color: rgb(31,174,213); }
td.TdClassName
{
border-color: #1FAED5;
}
.TagClassName
{
border-color: #1FAED5;
}
</style>