Shades of Summer Sky #31ABE6
Tints of Summer Sky #31ABE6
RGB
CMYK
RGB Variations
Color information
#31ABE6 (or 0x31ABE6) is known color: Summer Sky. HEX triplet: 31, AB and E6. RGB value is (49,171,230). Sum of RGB (Red+Green+Blue) = 49+171+230=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #31ABE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABE6 is #CE5419. Grayscale: #8C8C8C. Windows color (decimal): -13521946 or 15117105. OLE color: 15117105.
HSL color Cylindrical-coordinate representation of color #31ABE6: hue angle of 199.56º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ABE6 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 171 | 230 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.10 |
| HSL | 199.56º | 0.78% | 0.55% | - |
| HSV(B) | 199.56º | 0.79% | 0.9% | - |
| XYZ | 30.11 | 35.49 | 80.13 | - |
| YUV | 141.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 230 | 0.79 | 0.26 | 0 | 0.10 | 199.56 | 0.78 | 0.55 |
| Hex | 31 | AB | E6 | 4F | 1A | 0 | A | C8 | 4E | 37 |
| Octal | 61 | 253 | 346 | 117 | 32 | 0 | 12 | 310 | 116 | 67 |
| Binary | 110001 | 10101011 | 11100110 | 1001111 | 11010 | 0 | 1010 | 11001000 | 1001110 | 110111 |
Color Harmonies of #31ABE6
Complementary color
Monochromatic Colors of #31ABE6
Black with #31ABE6
Text Example
Text Example
White with #31ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABE6; }
p { color: rgb(49,171,230); }
H1.HeaderClassName
{
color: #31ABE6;
}
.AnyTagClassName
{
color: #31ABE6;
}
</style>
background-color css
<style>
a { background-color: #31ABE6; }
a { background-color: rgb(49,171,230); }
div.DivClassName
{
background-color: #31ABE6;
}
.BgClassName
{
background-color: #31ABE6;
}
</style>
border-color css
<style>
span { border-color: #31ABE6; }
span { border-color: rgb(49,171,230); }
td.TdClassName
{
border-color: #31ABE6;
}
.TagClassName
{
border-color: #31ABE6;
}
</style>