Shades of Summer Sky #31C3E7
Tints of Summer Sky #31C3E7
RGB
CMYK
RGB Variations
Color information
#31C3E7 (or 0x31C3E7) is known color: Summer Sky. HEX triplet: 31, C3 and E7. RGB value is (49,195,231). Sum of RGB (Red+Green+Blue) = 49+195+231=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #31C3E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C3E7 is #CE3C18. Grayscale: #9B9B9B. Windows color (decimal): -13515801 or 15188785. OLE color: 15188785.
HSL color Cylindrical-coordinate representation of color #31C3E7: hue angle of 191.87º degrees, saturation: 0.79, 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 #31C3E7 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 195 | 231 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.09 |
| HSL | 191.87º | 0.79% | 0.55% | - |
| HSV(B) | 191.87º | 0.79% | 0.91% | - |
| XYZ | 35.21 | 45.45 | 82.52 | - |
| YUV | 155.45 | 170.63 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 231 | 0.79 | 0.16 | 0 | 0.09 | 191.87 | 0.79 | 0.55 |
| Hex | 31 | C3 | E7 | 4F | 10 | 0 | 9 | C0 | 4F | 37 |
| Octal | 61 | 303 | 347 | 117 | 20 | 0 | 11 | 300 | 117 | 67 |
| Binary | 110001 | 11000011 | 11100111 | 1001111 | 10000 | 0 | 1001 | 11000000 | 1001111 | 110111 |
Color Harmonies of #31C3E7
Complementary color
Monochromatic Colors of #31C3E7
Black with #31C3E7
Text Example
Text Example
White with #31C3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C3E7; }
p { color: rgb(49,195,231); }
H1.HeaderClassName
{
color: #31C3E7;
}
.AnyTagClassName
{
color: #31C3E7;
}
</style>
background-color css
<style>
a { background-color: #31C3E7; }
a { background-color: rgb(49,195,231); }
div.DivClassName
{
background-color: #31C3E7;
}
.BgClassName
{
background-color: #31C3E7;
}
</style>
border-color css
<style>
span { border-color: #31C3E7; }
span { border-color: rgb(49,195,231); }
td.TdClassName
{
border-color: #31C3E7;
}
.TagClassName
{
border-color: #31C3E7;
}
</style>