Shades of Summer Sky #31C0EA
Tints of Summer Sky #31C0EA
RGB
CMYK
RGB Variations
Color information
#31C0EA (or 0x31C0EA) is known color: Summer Sky. HEX triplet: 31, C0 and EA. RGB value is (49,192,234). Sum of RGB (Red+Green+Blue) = 49+192+234=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #31C0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C0EA is #CE3F15. Grayscale: #999999. Windows color (decimal): -13516566 or 15384625. OLE color: 15384625.
HSL color Cylindrical-coordinate representation of color #31C0EA: hue angle of 193.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C0EA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 192 | 234 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.08 |
| HSL | 193.62º | 0.81% | 0.55% | - |
| HSV(B) | 193.62º | 0.79% | 0.92% | - |
| XYZ | 34.97 | 44.29 | 84.55 | - |
| YUV | 154.03 | 173.12 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 234 | 0.79 | 0.18 | 0 | 0.08 | 193.62 | 0.81 | 0.55 |
| Hex | 31 | C0 | EA | 4F | 12 | 0 | 8 | C2 | 51 | 37 |
| Octal | 61 | 300 | 352 | 117 | 22 | 0 | 10 | 302 | 121 | 67 |
| Binary | 110001 | 11000000 | 11101010 | 1001111 | 10010 | 0 | 1000 | 11000010 | 1010001 | 110111 |
Color Harmonies of #31C0EA
Complementary color
Monochromatic Colors of #31C0EA
Black with #31C0EA
Text Example
Text Example
White with #31C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0EA; }
p { color: rgb(49,192,234); }
H1.HeaderClassName
{
color: #31C0EA;
}
.AnyTagClassName
{
color: #31C0EA;
}
</style>
background-color css
<style>
a { background-color: #31C0EA; }
a { background-color: rgb(49,192,234); }
div.DivClassName
{
background-color: #31C0EA;
}
.BgClassName
{
background-color: #31C0EA;
}
</style>
border-color css
<style>
span { border-color: #31C0EA; }
span { border-color: rgb(49,192,234); }
td.TdClassName
{
border-color: #31C0EA;
}
.TagClassName
{
border-color: #31C0EA;
}
</style>