Shades of Summer Sky #31BCEE
Tints of Summer Sky #31BCEE
RGB
CMYK
RGB Variations
Color information
#31BCEE (or 0x31BCEE) is known color: Summer Sky. HEX triplet: 31, BC and EE. RGB value is (49,188,238). Sum of RGB (Red+Green+Blue) = 49+188+238=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #31BCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCEE is #CE4311. Grayscale: #979797. Windows color (decimal): -13517586 or 15645745. OLE color: 15645745.
HSL color Cylindrical-coordinate representation of color #31BCEE: hue angle of 195.87º degrees, saturation: 0.85, 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 #31BCEE is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 188 | 238 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.07 |
| HSL | 195.87º | 0.85% | 0.56% | - |
| HSV(B) | 195.87º | 0.79% | 0.93% | - |
| XYZ | 34.68 | 42.79 | 87.32 | - |
| YUV | 152.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 238 | 0.79 | 0.21 | 0 | 0.07 | 195.87 | 0.85 | 0.56 |
| Hex | 31 | BC | EE | 4F | 15 | 0 | 7 | C4 | 55 | 38 |
| Octal | 61 | 274 | 356 | 117 | 25 | 0 | 7 | 304 | 125 | 70 |
| Binary | 110001 | 10111100 | 11101110 | 1001111 | 10101 | 0 | 111 | 11000100 | 1010101 | 111000 |
Color Harmonies of #31BCEE
Complementary color
Monochromatic Colors of #31BCEE
Black with #31BCEE
Text Example
Text Example
White with #31BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCEE; }
p { color: rgb(49,188,238); }
H1.HeaderClassName
{
color: #31BCEE;
}
.AnyTagClassName
{
color: #31BCEE;
}
</style>
background-color css
<style>
a { background-color: #31BCEE; }
a { background-color: rgb(49,188,238); }
div.DivClassName
{
background-color: #31BCEE;
}
.BgClassName
{
background-color: #31BCEE;
}
</style>
border-color css
<style>
span { border-color: #31BCEE; }
span { border-color: rgb(49,188,238); }
td.TdClassName
{
border-color: #31BCEE;
}
.TagClassName
{
border-color: #31BCEE;
}
</style>