Shades of Summer Sky #31CCE7
Tints of Summer Sky #31CCE7
RGB
CMYK
RGB Variations
Color information
#31CCE7 (or 0x31CCE7) is known color: Summer Sky. HEX triplet: 31, CC and E7. RGB value is (49,204,231). Sum of RGB (Red+Green+Blue) = 49+204+231=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #31CCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCE7 is #CE3318. Grayscale: #A0A0A0. Windows color (decimal): -13513497 or 15191089. OLE color: 15191089.
HSL color Cylindrical-coordinate representation of color #31CCE7: hue angle of 188.9º 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 #31CCE7 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 204 | 231 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.09 |
| HSL | 188.9º | 0.79% | 0.55% | - |
| HSV(B) | 188.9º | 0.79% | 0.91% | - |
| XYZ | 37.28 | 49.61 | 83.21 | - |
| YUV | 160.73 | 167.65 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 231 | 0.79 | 0.12 | 0 | 0.09 | 188.9 | 0.79 | 0.55 |
| Hex | 31 | CC | E7 | 4F | C | 0 | 9 | BD | 4F | 37 |
| Octal | 61 | 314 | 347 | 117 | 14 | 0 | 11 | 275 | 117 | 67 |
| Binary | 110001 | 11001100 | 11100111 | 1001111 | 1100 | 0 | 1001 | 10111101 | 1001111 | 110111 |
Color Harmonies of #31CCE7
Complementary color
Monochromatic Colors of #31CCE7
Black with #31CCE7
Text Example
Text Example
White with #31CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCE7; }
p { color: rgb(49,204,231); }
H1.HeaderClassName
{
color: #31CCE7;
}
.AnyTagClassName
{
color: #31CCE7;
}
</style>
background-color css
<style>
a { background-color: #31CCE7; }
a { background-color: rgb(49,204,231); }
div.DivClassName
{
background-color: #31CCE7;
}
.BgClassName
{
background-color: #31CCE7;
}
</style>
border-color css
<style>
span { border-color: #31CCE7; }
span { border-color: rgb(49,204,231); }
td.TdClassName
{
border-color: #31CCE7;
}
.TagClassName
{
border-color: #31CCE7;
}
</style>