Shades of Summer Sky #31BCEB
Tints of Summer Sky #31BCEB
RGB
CMYK
RGB Variations
Color information
#31BCEB (or 0x31BCEB) is known color: Summer Sky. HEX triplet: 31, BC and EB. RGB value is (49,188,235). Sum of RGB (Red+Green+Blue) = 49+188+235=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #31BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCEB is #CE4314. Grayscale: #979797. Windows color (decimal): -13517589 or 15449137. OLE color: 15449137.
HSL color Cylindrical-coordinate representation of color #31BCEB: hue angle of 195.16º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BCEB is Cyan = 0.79, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 188 | 235 | - |
| CMYK | 0.79 | 0.2 | 0 | 0.08 |
| HSL | 195.16º | 0.82% | 0.56% | - |
| HSV(B) | 195.16º | 0.79% | 0.92% | - |
| XYZ | 34.25 | 42.62 | 85.02 | - |
| YUV | 151.8 | 174.95 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 235 | 0.79 | 0.2 | 0 | 0.08 | 195.16 | 0.82 | 0.56 |
| Hex | 31 | BC | EB | 4F | 14 | 0 | 8 | C3 | 52 | 38 |
| Octal | 61 | 274 | 353 | 117 | 24 | 0 | 10 | 303 | 122 | 70 |
| Binary | 110001 | 10111100 | 11101011 | 1001111 | 10100 | 0 | 1000 | 11000011 | 1010010 | 111000 |
Color Harmonies of #31BCEB
Complementary color
Monochromatic Colors of #31BCEB
Black with #31BCEB
Text Example
Text Example
White with #31BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCEB; }
p { color: rgb(49,188,235); }
H1.HeaderClassName
{
color: #31BCEB;
}
.AnyTagClassName
{
color: #31BCEB;
}
</style>
background-color css
<style>
a { background-color: #31BCEB; }
a { background-color: rgb(49,188,235); }
div.DivClassName
{
background-color: #31BCEB;
}
.BgClassName
{
background-color: #31BCEB;
}
</style>
border-color css
<style>
span { border-color: #31BCEB; }
span { border-color: rgb(49,188,235); }
td.TdClassName
{
border-color: #31BCEB;
}
.TagClassName
{
border-color: #31BCEB;
}
</style>