Shades of Summer Sky #31BAE8
Tints of Summer Sky #31BAE8
RGB
CMYK
RGB Variations
Color information
#31BAE8 (or 0x31BAE8) is known color: Summer Sky. HEX triplet: 31, BA and E8. RGB value is (49,186,232). Sum of RGB (Red+Green+Blue) = 49+186+232=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #31BAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BAE8 is #CE4517. Grayscale: #959595. Windows color (decimal): -13518104 or 15252017. OLE color: 15252017.
HSL color Cylindrical-coordinate representation of color #31BAE8: hue angle of 195.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BAE8 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 186 | 232 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.09 |
| HSL | 195.08º | 0.8% | 0.55% | - |
| HSV(B) | 195.08º | 0.79% | 0.91% | - |
| XYZ | 33.39 | 41.6 | 82.61 | - |
| YUV | 150.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 232 | 0.79 | 0.20 | 0 | 0.09 | 195.08 | 0.8 | 0.55 |
| Hex | 31 | BA | E8 | 4F | 14 | 0 | 9 | C3 | 50 | 37 |
| Octal | 61 | 272 | 350 | 117 | 24 | 0 | 11 | 303 | 120 | 67 |
| Binary | 110001 | 10111010 | 11101000 | 1001111 | 10100 | 0 | 1001 | 11000011 | 1010000 | 110111 |
Color Harmonies of #31BAE8
Complementary color
Monochromatic Colors of #31BAE8
Black with #31BAE8
Text Example
Text Example
White with #31BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAE8; }
p { color: rgb(49,186,232); }
H1.HeaderClassName
{
color: #31BAE8;
}
.AnyTagClassName
{
color: #31BAE8;
}
</style>
background-color css
<style>
a { background-color: #31BAE8; }
a { background-color: rgb(49,186,232); }
div.DivClassName
{
background-color: #31BAE8;
}
.BgClassName
{
background-color: #31BAE8;
}
</style>
border-color css
<style>
span { border-color: #31BAE8; }
span { border-color: rgb(49,186,232); }
td.TdClassName
{
border-color: #31BAE8;
}
.TagClassName
{
border-color: #31BAE8;
}
</style>