Shades of Summer Sky #31CEE7
Tints of Summer Sky #31CEE7
RGB
CMYK
RGB Variations
Color information
#31CEE7 (or 0x31CEE7) is known color: Summer Sky. HEX triplet: 31, CE and E7. RGB value is (49,206,231). Sum of RGB (Red+Green+Blue) = 49+206+231=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #31CEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEE7 is #CE3118. Grayscale: #A1A1A1. Windows color (decimal): -13512985 or 15191601. OLE color: 15191601.
HSL color Cylindrical-coordinate representation of color #31CEE7: hue angle of 188.24º 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 #31CEE7 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 206 | 231 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.09 |
| HSL | 188.24º | 0.79% | 0.55% | - |
| HSV(B) | 188.24º | 0.79% | 0.91% | - |
| XYZ | 37.76 | 50.57 | 83.37 | - |
| YUV | 161.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 231 | 0.79 | 0.11 | 0 | 0.09 | 188.24 | 0.79 | 0.55 |
| Hex | 31 | CE | E7 | 4F | B | 0 | 9 | BC | 4F | 37 |
| Octal | 61 | 316 | 347 | 117 | 13 | 0 | 11 | 274 | 117 | 67 |
| Binary | 110001 | 11001110 | 11100111 | 1001111 | 1011 | 0 | 1001 | 10111100 | 1001111 | 110111 |
Color Harmonies of #31CEE7
Complementary color
Monochromatic Colors of #31CEE7
Black with #31CEE7
Text Example
Text Example
White with #31CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEE7; }
p { color: rgb(49,206,231); }
H1.HeaderClassName
{
color: #31CEE7;
}
.AnyTagClassName
{
color: #31CEE7;
}
</style>
background-color css
<style>
a { background-color: #31CEE7; }
a { background-color: rgb(49,206,231); }
div.DivClassName
{
background-color: #31CEE7;
}
.BgClassName
{
background-color: #31CEE7;
}
</style>
border-color css
<style>
span { border-color: #31CEE7; }
span { border-color: rgb(49,206,231); }
td.TdClassName
{
border-color: #31CEE7;
}
.TagClassName
{
border-color: #31CEE7;
}
</style>