Shades of Summer Sky #31BCED
Tints of Summer Sky #31BCED
RGB
CMYK
RGB Variations
Color information
#31BCED (or 0x31BCED) is known color: Summer Sky. HEX triplet: 31, BC and ED. RGB value is (49,188,237). Sum of RGB (Red+Green+Blue) = 49+188+237=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #31BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCED is #CE4312. Grayscale: #979797. Windows color (decimal): -13517587 or 15580209. OLE color: 15580209.
HSL color Cylindrical-coordinate representation of color #31BCED: hue angle of 195.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BCED is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 188 | 237 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.07 |
| HSL | 195.64º | 0.84% | 0.56% | - |
| HSV(B) | 195.64º | 0.79% | 0.93% | - |
| XYZ | 34.54 | 42.73 | 86.55 | - |
| YUV | 152.03 | 175.95 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 237 | 0.79 | 0.21 | 0 | 0.07 | 195.64 | 0.84 | 0.56 |
| Hex | 31 | BC | ED | 4F | 15 | 0 | 7 | C4 | 54 | 38 |
| Octal | 61 | 274 | 355 | 117 | 25 | 0 | 7 | 304 | 124 | 70 |
| Binary | 110001 | 10111100 | 11101101 | 1001111 | 10101 | 0 | 111 | 11000100 | 1010100 | 111000 |
Color Harmonies of #31BCED
Complementary color
Monochromatic Colors of #31BCED
Black with #31BCED
Text Example
Text Example
White with #31BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCED; }
p { color: rgb(49,188,237); }
H1.HeaderClassName
{
color: #31BCED;
}
.AnyTagClassName
{
color: #31BCED;
}
</style>
background-color css
<style>
a { background-color: #31BCED; }
a { background-color: rgb(49,188,237); }
div.DivClassName
{
background-color: #31BCED;
}
.BgClassName
{
background-color: #31BCED;
}
</style>
border-color css
<style>
span { border-color: #31BCED; }
span { border-color: rgb(49,188,237); }
td.TdClassName
{
border-color: #31BCED;
}
.TagClassName
{
border-color: #31BCED;
}
</style>