Shades of Summer Sky #31ABEE
Tints of Summer Sky #31ABEE
RGB
CMYK
RGB Variations
Color information
#31ABEE (or 0x31ABEE) is known color: Summer Sky. HEX triplet: 31, AB and EE. RGB value is (49,171,238). Sum of RGB (Red+Green+Blue) = 49+171+238=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #31ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABEE is #CE5411. Grayscale: #8D8D8D. Windows color (decimal): -13521938 or 15641393. OLE color: 15641393.
HSL color Cylindrical-coordinate representation of color #31ABEE: hue angle of 201.27º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ABEE is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 171 | 238 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.07 |
| HSL | 201.27º | 0.85% | 0.56% | - |
| HSV(B) | 201.27º | 0.79% | 0.93% | - |
| XYZ | 31.26 | 35.95 | 86.18 | - |
| YUV | 142.16 | 182.08 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 238 | 0.79 | 0.28 | 0 | 0.07 | 201.27 | 0.85 | 0.56 |
| Hex | 31 | AB | EE | 4F | 1C | 0 | 7 | C9 | 55 | 38 |
| Octal | 61 | 253 | 356 | 117 | 34 | 0 | 7 | 311 | 125 | 70 |
| Binary | 110001 | 10101011 | 11101110 | 1001111 | 11100 | 0 | 111 | 11001001 | 1010101 | 111000 |
Color Harmonies of #31ABEE
Complementary color
Monochromatic Colors of #31ABEE
Black with #31ABEE
Text Example
Text Example
White with #31ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABEE; }
p { color: rgb(49,171,238); }
H1.HeaderClassName
{
color: #31ABEE;
}
.AnyTagClassName
{
color: #31ABEE;
}
</style>
background-color css
<style>
a { background-color: #31ABEE; }
a { background-color: rgb(49,171,238); }
div.DivClassName
{
background-color: #31ABEE;
}
.BgClassName
{
background-color: #31ABEE;
}
</style>
border-color css
<style>
span { border-color: #31ABEE; }
span { border-color: rgb(49,171,238); }
td.TdClassName
{
border-color: #31ABEE;
}
.TagClassName
{
border-color: #31ABEE;
}
</style>