Shades of Summer Sky #1FA8DE
Tints of Summer Sky #1FA8DE
RGB
CMYK
RGB Variations
Color information
#1FA8DE (or 0x1FA8DE) is known color: Summer Sky. HEX triplet: 1F, A8 and DE. RGB value is (31,168,222). Sum of RGB (Red+Green+Blue) = 31+168+222=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FA8DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8DE is #E05721. Grayscale: #848484. Windows color (decimal): -14702370 or 14592031. OLE color: 14592031.
HSL color Cylindrical-coordinate representation of color #1FA8DE: hue angle of 196.96º 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 #1FA8DE is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 168 | 222 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.13 |
| HSL | 196.96º | 0.75% | 0.5% | - |
| HSV(B) | 196.96º | 0.86% | 0.87% | - |
| XYZ | 27.75 | 33.57 | 74.12 | - |
| YUV | 133.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 222 | 0.86 | 0.24 | 0 | 0.13 | 196.96 | 0.75 | 0.5 |
| Hex | 1F | A8 | DE | 56 | 18 | 0 | D | C5 | 4B | 32 |
| Octal | 37 | 250 | 336 | 126 | 30 | 0 | 15 | 305 | 113 | 62 |
| Binary | 11111 | 10101000 | 11011110 | 1010110 | 11000 | 0 | 1101 | 11000101 | 1001011 | 110010 |
Color Harmonies of #1FA8DE
Complementary color
Monochromatic Colors of #1FA8DE
Black with #1FA8DE
Text Example
Text Example
White with #1FA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA8DE; }
p { color: rgb(31,168,222); }
H1.HeaderClassName
{
color: #1FA8DE;
}
.AnyTagClassName
{
color: #1FA8DE;
}
</style>
background-color css
<style>
a { background-color: #1FA8DE; }
a { background-color: rgb(31,168,222); }
div.DivClassName
{
background-color: #1FA8DE;
}
.BgClassName
{
background-color: #1FA8DE;
}
</style>
border-color css
<style>
span { border-color: #1FA8DE; }
span { border-color: rgb(31,168,222); }
td.TdClassName
{
border-color: #1FA8DE;
}
.TagClassName
{
border-color: #1FA8DE;
}
</style>