Shades of Summer Sky #1FAFEA
Tints of Summer Sky #1FAFEA
RGB
CMYK
RGB Variations
Color information
#1FAFEA (or 0x1FAFEA) is known color: Summer Sky. HEX triplet: 1F, AF and EA. RGB value is (31,175,234). Sum of RGB (Red+Green+Blue) = 31+175+234=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAFEA is #E05015. Grayscale: #8A8A8A. Windows color (decimal): -14700566 or 15380255. OLE color: 15380255.
HSL color Cylindrical-coordinate representation of color #1FAFEA: hue angle of 197.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FAFEA is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 175 | 234 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.08 |
| HSL | 197.44º | 0.83% | 0.52% | - |
| HSV(B) | 197.44º | 0.87% | 0.92% | - |
| XYZ | 30.75 | 36.89 | 83.34 | - |
| YUV | 138.67 | 181.79 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 234 | 0.87 | 0.25 | 0 | 0.08 | 197.44 | 0.83 | 0.52 |
| Hex | 1F | AF | EA | 57 | 19 | 0 | 8 | C5 | 53 | 34 |
| Octal | 37 | 257 | 352 | 127 | 31 | 0 | 10 | 305 | 123 | 64 |
| Binary | 11111 | 10101111 | 11101010 | 1010111 | 11001 | 0 | 1000 | 11000101 | 1010011 | 110100 |
Color Harmonies of #1FAFEA
Complementary color
Monochromatic Colors of #1FAFEA
Black with #1FAFEA
Text Example
Text Example
White with #1FAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFEA; }
p { color: rgb(31,175,234); }
H1.HeaderClassName
{
color: #1FAFEA;
}
.AnyTagClassName
{
color: #1FAFEA;
}
</style>
background-color css
<style>
a { background-color: #1FAFEA; }
a { background-color: rgb(31,175,234); }
div.DivClassName
{
background-color: #1FAFEA;
}
.BgClassName
{
background-color: #1FAFEA;
}
</style>
border-color css
<style>
span { border-color: #1FAFEA; }
span { border-color: rgb(31,175,234); }
td.TdClassName
{
border-color: #1FAFEA;
}
.TagClassName
{
border-color: #1FAFEA;
}
</style>