Shades of Summer Sky #31BEE6
Tints of Summer Sky #31BEE6
RGB
CMYK
RGB Variations
Color information
#31BEE6 (or 0x31BEE6) is known color: Summer Sky. HEX triplet: 31, BE and E6. RGB value is (49,190,230). Sum of RGB (Red+Green+Blue) = 49+190+230=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #31BEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEE6 is #CE4119. Grayscale: #989898. Windows color (decimal): -13517082 or 15121969. OLE color: 15121969.
HSL color Cylindrical-coordinate representation of color #31BEE6: hue angle of 193.26º 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 #31BEE6 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 190 | 230 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.10 |
| HSL | 193.26º | 0.78% | 0.55% | - |
| HSV(B) | 193.26º | 0.79% | 0.9% | - |
| XYZ | 33.96 | 43.19 | 81.41 | - |
| YUV | 152.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 230 | 0.79 | 0.17 | 0 | 0.10 | 193.26 | 0.78 | 0.55 |
| Hex | 31 | BE | E6 | 4F | 11 | 0 | A | C1 | 4E | 37 |
| Octal | 61 | 276 | 346 | 117 | 21 | 0 | 12 | 301 | 116 | 67 |
| Binary | 110001 | 10111110 | 11100110 | 1001111 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110111 |
Color Harmonies of #31BEE6
Complementary color
Monochromatic Colors of #31BEE6
Black with #31BEE6
Text Example
Text Example
White with #31BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEE6; }
p { color: rgb(49,190,230); }
H1.HeaderClassName
{
color: #31BEE6;
}
.AnyTagClassName
{
color: #31BEE6;
}
</style>
background-color css
<style>
a { background-color: #31BEE6; }
a { background-color: rgb(49,190,230); }
div.DivClassName
{
background-color: #31BEE6;
}
.BgClassName
{
background-color: #31BEE6;
}
</style>
border-color css
<style>
span { border-color: #31BEE6; }
span { border-color: rgb(49,190,230); }
td.TdClassName
{
border-color: #31BEE6;
}
.TagClassName
{
border-color: #31BEE6;
}
</style>