Shades of Summer Sky #1FAADC
Tints of Summer Sky #1FAADC
RGB
CMYK
RGB Variations
Color information
#1FAADC (or 0x1FAADC) is known color: Summer Sky. HEX triplet: 1F, AA and DC. RGB value is (31,170,220). Sum of RGB (Red+Green+Blue) = 31+170+220=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAADC is #E05523. Grayscale: #858585. Windows color (decimal): -14701860 or 14461471. OLE color: 14461471.
HSL color Cylindrical-coordinate representation of color #1FAADC: hue angle of 195.87º 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 #1FAADC is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 170 | 220 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.14 |
| HSL | 195.87º | 0.75% | 0.49% | - |
| HSV(B) | 195.87º | 0.86% | 0.86% | - |
| XYZ | 27.86 | 34.21 | 72.84 | - |
| YUV | 134.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 220 | 0.86 | 0.23 | 0 | 0.14 | 195.87 | 0.75 | 0.49 |
| Hex | 1F | AA | DC | 56 | 17 | 0 | E | C4 | 4B | 31 |
| Octal | 37 | 252 | 334 | 126 | 27 | 0 | 16 | 304 | 113 | 61 |
| Binary | 11111 | 10101010 | 11011100 | 1010110 | 10111 | 0 | 1110 | 11000100 | 1001011 | 110001 |
Color Harmonies of #1FAADC
Complementary color
Monochromatic Colors of #1FAADC
Black with #1FAADC
Text Example
Text Example
White with #1FAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAADC; }
p { color: rgb(31,170,220); }
H1.HeaderClassName
{
color: #1FAADC;
}
.AnyTagClassName
{
color: #1FAADC;
}
</style>
background-color css
<style>
a { background-color: #1FAADC; }
a { background-color: rgb(31,170,220); }
div.DivClassName
{
background-color: #1FAADC;
}
.BgClassName
{
background-color: #1FAADC;
}
</style>
border-color css
<style>
span { border-color: #1FAADC; }
span { border-color: rgb(31,170,220); }
td.TdClassName
{
border-color: #1FAADC;
}
.TagClassName
{
border-color: #1FAADC;
}
</style>