Shades of Summer Sky #31B2E6
Tints of Summer Sky #31B2E6
RGB
CMYK
RGB Variations
Color information
#31B2E6 (or 0x31B2E6) is known color: Summer Sky. HEX triplet: 31, B2 and E6. RGB value is (49,178,230). Sum of RGB (Red+Green+Blue) = 49+178+230=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #31B2E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31B2E6 is #CE4D19. Grayscale: #919191. Windows color (decimal): -13520154 or 15118897. OLE color: 15118897.
HSL color Cylindrical-coordinate representation of color #31B2E6: hue angle of 197.24º 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 #31B2E6 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 178 | 230 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.10 |
| HSL | 197.24º | 0.78% | 0.55% | - |
| HSV(B) | 197.24º | 0.79% | 0.9% | - |
| XYZ | 31.47 | 38.21 | 80.58 | - |
| YUV | 145.36 | 175.76 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 230 | 0.79 | 0.23 | 0 | 0.10 | 197.24 | 0.78 | 0.55 |
| Hex | 31 | B2 | E6 | 4F | 17 | 0 | A | C5 | 4E | 37 |
| Octal | 61 | 262 | 346 | 117 | 27 | 0 | 12 | 305 | 116 | 67 |
| Binary | 110001 | 10110010 | 11100110 | 1001111 | 10111 | 0 | 1010 | 11000101 | 1001110 | 110111 |
Color Harmonies of #31B2E6
Complementary color
Monochromatic Colors of #31B2E6
Black with #31B2E6
Text Example
Text Example
White with #31B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B2E6; }
p { color: rgb(49,178,230); }
H1.HeaderClassName
{
color: #31B2E6;
}
.AnyTagClassName
{
color: #31B2E6;
}
</style>
background-color css
<style>
a { background-color: #31B2E6; }
a { background-color: rgb(49,178,230); }
div.DivClassName
{
background-color: #31B2E6;
}
.BgClassName
{
background-color: #31B2E6;
}
</style>
border-color css
<style>
span { border-color: #31B2E6; }
span { border-color: rgb(49,178,230); }
td.TdClassName
{
border-color: #31B2E6;
}
.TagClassName
{
border-color: #31B2E6;
}
</style>