Shades of Summer Sky #31ABDE
Tints of Summer Sky #31ABDE
RGB
CMYK
RGB Variations
Color information
#31ABDE (or 0x31ABDE) is known color: Summer Sky. HEX triplet: 31, AB and DE. RGB value is (49,171,222). Sum of RGB (Red+Green+Blue) = 49+171+222=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #31ABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABDE is #CE5421. Grayscale: #8C8C8C. Windows color (decimal): -13521954 or 14592817. OLE color: 14592817.
HSL color Cylindrical-coordinate representation of color #31ABDE: hue angle of 197.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ABDE is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 171 | 222 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.69º | 0.72% | 0.53% | - |
| HSV(B) | 197.69º | 0.78% | 0.87% | - |
| XYZ | 29.01 | 35.05 | 74.34 | - |
| YUV | 140.34 | 174.08 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 222 | 0.78 | 0.23 | 0 | 0.13 | 197.69 | 0.72 | 0.53 |
| Hex | 31 | AB | DE | 4E | 17 | 0 | D | C6 | 48 | 35 |
| Octal | 61 | 253 | 336 | 116 | 27 | 0 | 15 | 306 | 110 | 65 |
| Binary | 110001 | 10101011 | 11011110 | 1001110 | 10111 | 0 | 1101 | 11000110 | 1001000 | 110101 |
Color Harmonies of #31ABDE
Complementary color
Monochromatic Colors of #31ABDE
Black with #31ABDE
Text Example
Text Example
White with #31ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABDE; }
p { color: rgb(49,171,222); }
H1.HeaderClassName
{
color: #31ABDE;
}
.AnyTagClassName
{
color: #31ABDE;
}
</style>
background-color css
<style>
a { background-color: #31ABDE; }
a { background-color: rgb(49,171,222); }
div.DivClassName
{
background-color: #31ABDE;
}
.BgClassName
{
background-color: #31ABDE;
}
</style>
border-color css
<style>
span { border-color: #31ABDE; }
span { border-color: rgb(49,171,222); }
td.TdClassName
{
border-color: #31ABDE;
}
.TagClassName
{
border-color: #31ABDE;
}
</style>