Shades of Summer Sky #31ABEA
Tints of Summer Sky #31ABEA
RGB
CMYK
RGB Variations
Color information
#31ABEA (or 0x31ABEA) is known color: Summer Sky. HEX triplet: 31, AB and EA. RGB value is (49,171,234). Sum of RGB (Red+Green+Blue) = 49+171+234=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #31ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABEA is #CE5415. Grayscale: #8D8D8D. Windows color (decimal): -13521942 or 15379249. OLE color: 15379249.
HSL color Cylindrical-coordinate representation of color #31ABEA: hue angle of 200.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ABEA is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 171 | 234 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.08 |
| HSL | 200.43º | 0.81% | 0.55% | - |
| HSV(B) | 200.43º | 0.79% | 0.92% | - |
| XYZ | 30.68 | 35.72 | 83.12 | - |
| YUV | 141.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 234 | 0.79 | 0.27 | 0 | 0.08 | 200.43 | 0.81 | 0.55 |
| Hex | 31 | AB | EA | 4F | 1B | 0 | 8 | C8 | 51 | 37 |
| Octal | 61 | 253 | 352 | 117 | 33 | 0 | 10 | 310 | 121 | 67 |
| Binary | 110001 | 10101011 | 11101010 | 1001111 | 11011 | 0 | 1000 | 11001000 | 1010001 | 110111 |
Color Harmonies of #31ABEA
Complementary color
Monochromatic Colors of #31ABEA
Black with #31ABEA
Text Example
Text Example
White with #31ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABEA; }
p { color: rgb(49,171,234); }
H1.HeaderClassName
{
color: #31ABEA;
}
.AnyTagClassName
{
color: #31ABEA;
}
</style>
background-color css
<style>
a { background-color: #31ABEA; }
a { background-color: rgb(49,171,234); }
div.DivClassName
{
background-color: #31ABEA;
}
.BgClassName
{
background-color: #31ABEA;
}
</style>
border-color css
<style>
span { border-color: #31ABEA; }
span { border-color: rgb(49,171,234); }
td.TdClassName
{
border-color: #31ABEA;
}
.TagClassName
{
border-color: #31ABEA;
}
</style>