Shades of Summer Sky #1FABEC
Tints of Summer Sky #1FABEC
RGB
CMYK
RGB Variations
Color information
#1FABEC (or 0x1FABEC) is known color: Summer Sky. HEX triplet: 1F, AB and EC. RGB value is (31,171,236). Sum of RGB (Red+Green+Blue) = 31+171+236=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FABEC is #E05413. Grayscale: #888888. Windows color (decimal): -14701588 or 15510303. OLE color: 15510303.
HSL color Cylindrical-coordinate representation of color #1FABEC: hue angle of 199.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FABEC is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 171 | 236 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.07 |
| HSL | 199.02º | 0.84% | 0.52% | - |
| HSV(B) | 199.02º | 0.87% | 0.93% | - |
| XYZ | 30.27 | 35.47 | 84.61 | - |
| YUV | 136.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 236 | 0.87 | 0.28 | 0 | 0.07 | 199.02 | 0.84 | 0.52 |
| Hex | 1F | AB | EC | 57 | 1C | 0 | 7 | C7 | 54 | 34 |
| Octal | 37 | 253 | 354 | 127 | 34 | 0 | 7 | 307 | 124 | 64 |
| Binary | 11111 | 10101011 | 11101100 | 1010111 | 11100 | 0 | 111 | 11000111 | 1010100 | 110100 |
Color Harmonies of #1FABEC
Complementary color
Monochromatic Colors of #1FABEC
Black with #1FABEC
Text Example
Text Example
White with #1FABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABEC; }
p { color: rgb(31,171,236); }
H1.HeaderClassName
{
color: #1FABEC;
}
.AnyTagClassName
{
color: #1FABEC;
}
</style>
background-color css
<style>
a { background-color: #1FABEC; }
a { background-color: rgb(31,171,236); }
div.DivClassName
{
background-color: #1FABEC;
}
.BgClassName
{
background-color: #1FABEC;
}
</style>
border-color css
<style>
span { border-color: #1FABEC; }
span { border-color: rgb(31,171,236); }
td.TdClassName
{
border-color: #1FABEC;
}
.TagClassName
{
border-color: #1FABEC;
}
</style>