Shades of Summer Sky #31C0E3
Tints of Summer Sky #31C0E3
RGB
CMYK
RGB Variations
Color information
#31C0E3 (or 0x31C0E3) is known color: Summer Sky. HEX triplet: 31, C0 and E3. RGB value is (49,192,227). Sum of RGB (Red+Green+Blue) = 49+192+227=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #31C0E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C0E3 is #CE3F1C. Grayscale: #989898. Windows color (decimal): -13516573 or 14925873. OLE color: 14925873.
HSL color Cylindrical-coordinate representation of color #31C0E3: hue angle of 191.8º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C0E3 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 192 | 227 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.11 |
| HSL | 191.8º | 0.76% | 0.54% | - |
| HSV(B) | 191.8º | 0.78% | 0.89% | - |
| XYZ | 33.98 | 43.9 | 79.36 | - |
| YUV | 153.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 227 | 0.78 | 0.15 | 0 | 0.11 | 191.8 | 0.76 | 0.54 |
| Hex | 31 | C0 | E3 | 4E | F | 0 | B | C0 | 4C | 36 |
| Octal | 61 | 300 | 343 | 116 | 17 | 0 | 13 | 300 | 114 | 66 |
| Binary | 110001 | 11000000 | 11100011 | 1001110 | 1111 | 0 | 1011 | 11000000 | 1001100 | 110110 |
Color Harmonies of #31C0E3
Complementary color
Monochromatic Colors of #31C0E3
Black with #31C0E3
Text Example
Text Example
White with #31C0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0E3; }
p { color: rgb(49,192,227); }
H1.HeaderClassName
{
color: #31C0E3;
}
.AnyTagClassName
{
color: #31C0E3;
}
</style>
background-color css
<style>
a { background-color: #31C0E3; }
a { background-color: rgb(49,192,227); }
div.DivClassName
{
background-color: #31C0E3;
}
.BgClassName
{
background-color: #31C0E3;
}
</style>
border-color css
<style>
span { border-color: #31C0E3; }
span { border-color: rgb(49,192,227); }
td.TdClassName
{
border-color: #31C0E3;
}
.TagClassName
{
border-color: #31C0E3;
}
</style>