Shades of Summer Sky #1FADDE
Tints of Summer Sky #1FADDE
RGB
CMYK
RGB Variations
Color information
#1FADDE (or 0x1FADDE) is known color: Summer Sky. HEX triplet: 1F, AD and DE. RGB value is (31,173,222). Sum of RGB (Red+Green+Blue) = 31+173+222=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADDE is #E05221. Grayscale: #878787. Windows color (decimal): -14701090 or 14593311. OLE color: 14593311.
HSL color Cylindrical-coordinate representation of color #1FADDE: hue angle of 195.39º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FADDE is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 173 | 222 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.13 |
| HSL | 195.39º | 0.75% | 0.5% | - |
| HSV(B) | 195.39º | 0.86% | 0.87% | - |
| XYZ | 28.69 | 35.45 | 74.44 | - |
| YUV | 136.13 | 176.46 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 222 | 0.86 | 0.22 | 0 | 0.13 | 195.39 | 0.75 | 0.5 |
| Hex | 1F | AD | DE | 56 | 16 | 0 | D | C3 | 4B | 32 |
| Octal | 37 | 255 | 336 | 126 | 26 | 0 | 15 | 303 | 113 | 62 |
| Binary | 11111 | 10101101 | 11011110 | 1010110 | 10110 | 0 | 1101 | 11000011 | 1001011 | 110010 |
Color Harmonies of #1FADDE
Complementary color
Monochromatic Colors of #1FADDE
Black with #1FADDE
Text Example
Text Example
White with #1FADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADDE; }
p { color: rgb(31,173,222); }
H1.HeaderClassName
{
color: #1FADDE;
}
.AnyTagClassName
{
color: #1FADDE;
}
</style>
background-color css
<style>
a { background-color: #1FADDE; }
a { background-color: rgb(31,173,222); }
div.DivClassName
{
background-color: #1FADDE;
}
.BgClassName
{
background-color: #1FADDE;
}
</style>
border-color css
<style>
span { border-color: #1FADDE; }
span { border-color: rgb(31,173,222); }
td.TdClassName
{
border-color: #1FADDE;
}
.TagClassName
{
border-color: #1FADDE;
}
</style>