Shades of Summer Sky #1FADE1
Tints of Summer Sky #1FADE1
RGB
CMYK
RGB Variations
Color information
#1FADE1 (or 0x1FADE1) is known color: Summer Sky. HEX triplet: 1F, AD and E1. RGB value is (31,173,225). Sum of RGB (Red+Green+Blue) = 31+173+225=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #1FADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADE1 is #E0521E. Grayscale: #888888. Windows color (decimal): -14701087 or 14789919. OLE color: 14789919.
HSL color Cylindrical-coordinate representation of color #1FADE1: hue angle of 196.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FADE1 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 173 | 225 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.12 |
| HSL | 196.08º | 0.76% | 0.5% | - |
| HSV(B) | 196.08º | 0.86% | 0.88% | - |
| XYZ | 29.1 | 35.61 | 76.57 | - |
| YUV | 136.47 | 177.96 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 225 | 0.86 | 0.23 | 0 | 0.12 | 196.08 | 0.76 | 0.5 |
| Hex | 1F | AD | E1 | 56 | 17 | 0 | C | C4 | 4C | 32 |
| Octal | 37 | 255 | 341 | 126 | 27 | 0 | 14 | 304 | 114 | 62 |
| Binary | 11111 | 10101101 | 11100001 | 1010110 | 10111 | 0 | 1100 | 11000100 | 1001100 | 110010 |
Color Harmonies of #1FADE1
Complementary color
Monochromatic Colors of #1FADE1
Black with #1FADE1
Text Example
Text Example
White with #1FADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADE1; }
p { color: rgb(31,173,225); }
H1.HeaderClassName
{
color: #1FADE1;
}
.AnyTagClassName
{
color: #1FADE1;
}
</style>
background-color css
<style>
a { background-color: #1FADE1; }
a { background-color: rgb(31,173,225); }
div.DivClassName
{
background-color: #1FADE1;
}
.BgClassName
{
background-color: #1FADE1;
}
</style>
border-color css
<style>
span { border-color: #1FADE1; }
span { border-color: rgb(31,173,225); }
td.TdClassName
{
border-color: #1FADE1;
}
.TagClassName
{
border-color: #1FADE1;
}
</style>