Shades of Summer Sky #31B2EE
Tints of Summer Sky #31B2EE
RGB
CMYK
RGB Variations
Color information
#31B2EE (or 0x31B2EE) is known color: Summer Sky. HEX triplet: 31, B2 and EE. RGB value is (49,178,238). Sum of RGB (Red+Green+Blue) = 49+178+238=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #31B2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31B2EE is #CE4D11. Grayscale: #919191. Windows color (decimal): -13520146 or 15643185. OLE color: 15643185.
HSL color Cylindrical-coordinate representation of color #31B2EE: hue angle of 199.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31B2EE is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 178 | 238 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.07 |
| HSL | 199.05º | 0.85% | 0.56% | - |
| HSV(B) | 199.05º | 0.79% | 0.93% | - |
| XYZ | 32.62 | 38.67 | 86.63 | - |
| YUV | 146.27 | 179.76 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 238 | 0.79 | 0.25 | 0 | 0.07 | 199.05 | 0.85 | 0.56 |
| Hex | 31 | B2 | EE | 4F | 19 | 0 | 7 | C7 | 55 | 38 |
| Octal | 61 | 262 | 356 | 117 | 31 | 0 | 7 | 307 | 125 | 70 |
| Binary | 110001 | 10110010 | 11101110 | 1001111 | 11001 | 0 | 111 | 11000111 | 1010101 | 111000 |
Color Harmonies of #31B2EE
Complementary color
Monochromatic Colors of #31B2EE
Black with #31B2EE
Text Example
Text Example
White with #31B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B2EE; }
p { color: rgb(49,178,238); }
H1.HeaderClassName
{
color: #31B2EE;
}
.AnyTagClassName
{
color: #31B2EE;
}
</style>
background-color css
<style>
a { background-color: #31B2EE; }
a { background-color: rgb(49,178,238); }
div.DivClassName
{
background-color: #31B2EE;
}
.BgClassName
{
background-color: #31B2EE;
}
</style>
border-color css
<style>
span { border-color: #31B2EE; }
span { border-color: rgb(49,178,238); }
td.TdClassName
{
border-color: #31B2EE;
}
.TagClassName
{
border-color: #31B2EE;
}
</style>