Shades of Summer Sky #31B9E9
Tints of Summer Sky #31B9E9
RGB
CMYK
RGB Variations
Color information
#31B9E9 (or 0x31B9E9) is known color: Summer Sky. HEX triplet: 31, B9 and E9. RGB value is (49,185,233). Sum of RGB (Red+Green+Blue) = 49+185+233=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #31B9E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B9E9 is #CE4616. Grayscale: #959595. Windows color (decimal): -13518359 or 15317297. OLE color: 15317297.
HSL color Cylindrical-coordinate representation of color #31B9E9: hue angle of 195.65º degrees, saturation: 0.81, 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 #31B9E9 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 185 | 233 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.09 |
| HSL | 195.65º | 0.81% | 0.55% | - |
| HSV(B) | 195.65º | 0.79% | 0.91% | - |
| XYZ | 33.32 | 41.23 | 83.29 | - |
| YUV | 149.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 185 | 233 | 0.79 | 0.21 | 0 | 0.09 | 195.65 | 0.81 | 0.55 |
| Hex | 31 | B9 | E9 | 4F | 15 | 0 | 9 | C4 | 51 | 37 |
| Octal | 61 | 271 | 351 | 117 | 25 | 0 | 11 | 304 | 121 | 67 |
| Binary | 110001 | 10111001 | 11101001 | 1001111 | 10101 | 0 | 1001 | 11000100 | 1010001 | 110111 |
Color Harmonies of #31B9E9
Complementary color
Monochromatic Colors of #31B9E9
Black with #31B9E9
Text Example
Text Example
White with #31B9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B9E9; }
p { color: rgb(49,185,233); }
H1.HeaderClassName
{
color: #31B9E9;
}
.AnyTagClassName
{
color: #31B9E9;
}
</style>
background-color css
<style>
a { background-color: #31B9E9; }
a { background-color: rgb(49,185,233); }
div.DivClassName
{
background-color: #31B9E9;
}
.BgClassName
{
background-color: #31B9E9;
}
</style>
border-color css
<style>
span { border-color: #31B9E9; }
span { border-color: rgb(49,185,233); }
td.TdClassName
{
border-color: #31B9E9;
}
.TagClassName
{
border-color: #31B9E9;
}
</style>