Shades of Summer Sky #31CCE9
Tints of Summer Sky #31CCE9
RGB
CMYK
RGB Variations
Color information
#31CCE9 (or 0x31CCE9) is known color: Summer Sky. HEX triplet: 31, CC and E9. RGB value is (49,204,233). Sum of RGB (Red+Green+Blue) = 49+204+233=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #31CCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCE9 is #CE3316. Grayscale: #A0A0A0. Windows color (decimal): -13513495 or 15322161. OLE color: 15322161.
HSL color Cylindrical-coordinate representation of color #31CCE9: hue angle of 189.46º degrees, saturation: 0.81, 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 #31CCE9 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 204 | 233 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.09 |
| HSL | 189.46º | 0.81% | 0.55% | - |
| HSV(B) | 189.46º | 0.79% | 0.91% | - |
| XYZ | 37.57 | 49.72 | 84.71 | - |
| YUV | 160.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 233 | 0.79 | 0.12 | 0 | 0.09 | 189.46 | 0.81 | 0.55 |
| Hex | 31 | CC | E9 | 4F | C | 0 | 9 | BD | 51 | 37 |
| Octal | 61 | 314 | 351 | 117 | 14 | 0 | 11 | 275 | 121 | 67 |
| Binary | 110001 | 11001100 | 11101001 | 1001111 | 1100 | 0 | 1001 | 10111101 | 1010001 | 110111 |
Color Harmonies of #31CCE9
Complementary color
Monochromatic Colors of #31CCE9
Black with #31CCE9
Text Example
Text Example
White with #31CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCE9; }
p { color: rgb(49,204,233); }
H1.HeaderClassName
{
color: #31CCE9;
}
.AnyTagClassName
{
color: #31CCE9;
}
</style>
background-color css
<style>
a { background-color: #31CCE9; }
a { background-color: rgb(49,204,233); }
div.DivClassName
{
background-color: #31CCE9;
}
.BgClassName
{
background-color: #31CCE9;
}
</style>
border-color css
<style>
span { border-color: #31CCE9; }
span { border-color: rgb(49,204,233); }
td.TdClassName
{
border-color: #31CCE9;
}
.TagClassName
{
border-color: #31CCE9;
}
</style>