Shades of Summer Sky #31C5EF
Tints of Summer Sky #31C5EF
RGB
CMYK
RGB Variations
Color information
#31C5EF (or 0x31C5EF) is known color: Summer Sky. HEX triplet: 31, C5 and EF. RGB value is (49,197,239). Sum of RGB (Red+Green+Blue) = 49+197+239=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #31C5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C5EF is #CE3A10. Grayscale: #9D9D9D. Windows color (decimal): -13515281 or 15713585. OLE color: 15713585.
HSL color Cylindrical-coordinate representation of color #31C5EF: hue angle of 193.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C5EF is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 197 | 239 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.06 |
| HSL | 193.26º | 0.86% | 0.56% | - |
| HSV(B) | 193.26º | 0.79% | 0.94% | - |
| XYZ | 36.81 | 46.82 | 88.76 | - |
| YUV | 157.54 | 173.97 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 239 | 0.79 | 0.18 | 0 | 0.06 | 193.26 | 0.86 | 0.56 |
| Hex | 31 | C5 | EF | 4F | 12 | 0 | 6 | C1 | 56 | 38 |
| Octal | 61 | 305 | 357 | 117 | 22 | 0 | 6 | 301 | 126 | 70 |
| Binary | 110001 | 11000101 | 11101111 | 1001111 | 10010 | 0 | 110 | 11000001 | 1010110 | 111000 |
Color Harmonies of #31C5EF
Complementary color
Monochromatic Colors of #31C5EF
Black with #31C5EF
Text Example
Text Example
White with #31C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C5EF; }
p { color: rgb(49,197,239); }
H1.HeaderClassName
{
color: #31C5EF;
}
.AnyTagClassName
{
color: #31C5EF;
}
</style>
background-color css
<style>
a { background-color: #31C5EF; }
a { background-color: rgb(49,197,239); }
div.DivClassName
{
background-color: #31C5EF;
}
.BgClassName
{
background-color: #31C5EF;
}
</style>
border-color css
<style>
span { border-color: #31C5EF; }
span { border-color: rgb(49,197,239); }
td.TdClassName
{
border-color: #31C5EF;
}
.TagClassName
{
border-color: #31C5EF;
}
</style>