Shades of Summer Sky #1FAEEB
Tints of Summer Sky #1FAEEB
RGB
CMYK
RGB Variations
Color information
#1FAEEB (or 0x1FAEEB) is known color: Summer Sky. HEX triplet: 1F, AE and EB. RGB value is (31,174,235). Sum of RGB (Red+Green+Blue) = 31+174+235=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAEEB is #E05114. Grayscale: #898989. Windows color (decimal): -14700821 or 15445535. OLE color: 15445535.
HSL color Cylindrical-coordinate representation of color #1FAEEB: hue angle of 197.94º degrees, saturation: 0.84, 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 #1FAEEB is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 174 | 235 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.08 |
| HSL | 197.94º | 0.84% | 0.52% | - |
| HSV(B) | 197.94º | 0.87% | 0.92% | - |
| XYZ | 30.7 | 36.56 | 84.04 | - |
| YUV | 138.2 | 182.62 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 235 | 0.87 | 0.26 | 0 | 0.08 | 197.94 | 0.84 | 0.52 |
| Hex | 1F | AE | EB | 57 | 1A | 0 | 8 | C6 | 54 | 34 |
| Octal | 37 | 256 | 353 | 127 | 32 | 0 | 10 | 306 | 124 | 64 |
| Binary | 11111 | 10101110 | 11101011 | 1010111 | 11010 | 0 | 1000 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1FAEEB
Complementary color
Monochromatic Colors of #1FAEEB
Black with #1FAEEB
Text Example
Text Example
White with #1FAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEEB; }
p { color: rgb(31,174,235); }
H1.HeaderClassName
{
color: #1FAEEB;
}
.AnyTagClassName
{
color: #1FAEEB;
}
</style>
background-color css
<style>
a { background-color: #1FAEEB; }
a { background-color: rgb(31,174,235); }
div.DivClassName
{
background-color: #1FAEEB;
}
.BgClassName
{
background-color: #1FAEEB;
}
</style>
border-color css
<style>
span { border-color: #1FAEEB; }
span { border-color: rgb(31,174,235); }
td.TdClassName
{
border-color: #1FAEEB;
}
.TagClassName
{
border-color: #1FAEEB;
}
</style>