Shades of Summer Sky #1FABDE
Tints of Summer Sky #1FABDE
RGB
CMYK
RGB Variations
Color information
#1FABDE (or 0x1FABDE) is known color: Summer Sky. HEX triplet: 1F, AB and DE. RGB value is (31,171,222). Sum of RGB (Red+Green+Blue) = 31+171+222=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABDE is #E05421. Grayscale: #868686. Windows color (decimal): -14701602 or 14592799. OLE color: 14592799.
HSL color Cylindrical-coordinate representation of color #1FABDE: hue angle of 196.02º 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 #1FABDE is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 171 | 222 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 196.02º | 0.75% | 0.5% | - |
| HSV(B) | 196.02º | 0.86% | 0.87% | - |
| XYZ | 28.31 | 34.69 | 74.31 | - |
| YUV | 134.95 | 177.12 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 222 | 0.86 | 0.23 | 0 | 0.13 | 196.02 | 0.75 | 0.5 |
| Hex | 1F | AB | DE | 56 | 17 | 0 | D | C4 | 4B | 32 |
| Octal | 37 | 253 | 336 | 126 | 27 | 0 | 15 | 304 | 113 | 62 |
| Binary | 11111 | 10101011 | 11011110 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001011 | 110010 |
Color Harmonies of #1FABDE
Complementary color
Monochromatic Colors of #1FABDE
Black with #1FABDE
Text Example
Text Example
White with #1FABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABDE; }
p { color: rgb(31,171,222); }
H1.HeaderClassName
{
color: #1FABDE;
}
.AnyTagClassName
{
color: #1FABDE;
}
</style>
background-color css
<style>
a { background-color: #1FABDE; }
a { background-color: rgb(31,171,222); }
div.DivClassName
{
background-color: #1FABDE;
}
.BgClassName
{
background-color: #1FABDE;
}
</style>
border-color css
<style>
span { border-color: #1FABDE; }
span { border-color: rgb(31,171,222); }
td.TdClassName
{
border-color: #1FABDE;
}
.TagClassName
{
border-color: #1FABDE;
}
</style>