Shades of Summer Sky #31BCE6
Tints of Summer Sky #31BCE6
RGB
CMYK
RGB Variations
Color information
#31BCE6 (or 0x31BCE6) is known color: Summer Sky. HEX triplet: 31, BC and E6. RGB value is (49,188,230). Sum of RGB (Red+Green+Blue) = 49+188+230=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #31BCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCE6 is #CE4319. Grayscale: #969696. Windows color (decimal): -13517594 or 15121457. OLE color: 15121457.
HSL color Cylindrical-coordinate representation of color #31BCE6: hue angle of 193.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BCE6 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 188 | 230 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.10 |
| HSL | 193.92º | 0.78% | 0.55% | - |
| HSV(B) | 193.92º | 0.79% | 0.9% | - |
| XYZ | 33.53 | 42.33 | 81.27 | - |
| YUV | 151.23 | 172.45 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 230 | 0.79 | 0.18 | 0 | 0.10 | 193.92 | 0.78 | 0.55 |
| Hex | 31 | BC | E6 | 4F | 12 | 0 | A | C2 | 4E | 37 |
| Octal | 61 | 274 | 346 | 117 | 22 | 0 | 12 | 302 | 116 | 67 |
| Binary | 110001 | 10111100 | 11100110 | 1001111 | 10010 | 0 | 1010 | 11000010 | 1001110 | 110111 |
Color Harmonies of #31BCE6
Complementary color
Monochromatic Colors of #31BCE6
Black with #31BCE6
Text Example
Text Example
White with #31BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCE6; }
p { color: rgb(49,188,230); }
H1.HeaderClassName
{
color: #31BCE6;
}
.AnyTagClassName
{
color: #31BCE6;
}
</style>
background-color css
<style>
a { background-color: #31BCE6; }
a { background-color: rgb(49,188,230); }
div.DivClassName
{
background-color: #31BCE6;
}
.BgClassName
{
background-color: #31BCE6;
}
</style>
border-color css
<style>
span { border-color: #31BCE6; }
span { border-color: rgb(49,188,230); }
td.TdClassName
{
border-color: #31BCE6;
}
.TagClassName
{
border-color: #31BCE6;
}
</style>