Shades of Summer Sky #31C8EF
Tints of Summer Sky #31C8EF
RGB
CMYK
RGB Variations
Color information
#31C8EF (or 0x31C8EF) is known color: Summer Sky. HEX triplet: 31, C8 and EF. RGB value is (49,200,239). Sum of RGB (Red+Green+Blue) = 49+200+239=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #31C8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C8EF is #CE3710. Grayscale: #9E9E9E. Windows color (decimal): -13514513 or 15714353. OLE color: 15714353.
HSL color Cylindrical-coordinate representation of color #31C8EF: hue angle of 192.32º 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 #31C8EF is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 200 | 239 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.06 |
| HSL | 192.32º | 0.86% | 0.56% | - |
| HSV(B) | 192.32º | 0.79% | 0.94% | - |
| XYZ | 37.5 | 48.19 | 88.99 | - |
| YUV | 159.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 239 | 0.79 | 0.16 | 0 | 0.06 | 192.32 | 0.86 | 0.56 |
| Hex | 31 | C8 | EF | 4F | 10 | 0 | 6 | C0 | 56 | 38 |
| Octal | 61 | 310 | 357 | 117 | 20 | 0 | 6 | 300 | 126 | 70 |
| Binary | 110001 | 11001000 | 11101111 | 1001111 | 10000 | 0 | 110 | 11000000 | 1010110 | 111000 |
Color Harmonies of #31C8EF
Complementary color
Monochromatic Colors of #31C8EF
Black with #31C8EF
Text Example
Text Example
White with #31C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8EF; }
p { color: rgb(49,200,239); }
H1.HeaderClassName
{
color: #31C8EF;
}
.AnyTagClassName
{
color: #31C8EF;
}
</style>
background-color css
<style>
a { background-color: #31C8EF; }
a { background-color: rgb(49,200,239); }
div.DivClassName
{
background-color: #31C8EF;
}
.BgClassName
{
background-color: #31C8EF;
}
</style>
border-color css
<style>
span { border-color: #31C8EF; }
span { border-color: rgb(49,200,239); }
td.TdClassName
{
border-color: #31C8EF;
}
.TagClassName
{
border-color: #31C8EF;
}
</style>