Shades of Summer Sky #31BBED
Tints of Summer Sky #31BBED
RGB
CMYK
RGB Variations
Color information
#31BBED (or 0x31BBED) is known color: Summer Sky. HEX triplet: 31, BB and ED. RGB value is (49,187,237). Sum of RGB (Red+Green+Blue) = 49+187+237=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #31BBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBED is #CE4412. Grayscale: #979797. Windows color (decimal): -13517843 or 15579953. OLE color: 15579953.
HSL color Cylindrical-coordinate representation of color #31BBED: hue angle of 195.96º 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 #31BBED is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 187 | 237 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.07 |
| HSL | 195.96º | 0.84% | 0.56% | - |
| HSV(B) | 195.96º | 0.79% | 0.93% | - |
| XYZ | 34.32 | 42.31 | 86.48 | - |
| YUV | 151.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 237 | 0.79 | 0.21 | 0 | 0.07 | 195.96 | 0.84 | 0.56 |
| Hex | 31 | BB | ED | 4F | 15 | 0 | 7 | C4 | 54 | 38 |
| Octal | 61 | 273 | 355 | 117 | 25 | 0 | 7 | 304 | 124 | 70 |
| Binary | 110001 | 10111011 | 11101101 | 1001111 | 10101 | 0 | 111 | 11000100 | 1010100 | 111000 |
Color Harmonies of #31BBED
Complementary color
Monochromatic Colors of #31BBED
Black with #31BBED
Text Example
Text Example
White with #31BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBED; }
p { color: rgb(49,187,237); }
H1.HeaderClassName
{
color: #31BBED;
}
.AnyTagClassName
{
color: #31BBED;
}
</style>
background-color css
<style>
a { background-color: #31BBED; }
a { background-color: rgb(49,187,237); }
div.DivClassName
{
background-color: #31BBED;
}
.BgClassName
{
background-color: #31BBED;
}
</style>
border-color css
<style>
span { border-color: #31BBED; }
span { border-color: rgb(49,187,237); }
td.TdClassName
{
border-color: #31BBED;
}
.TagClassName
{
border-color: #31BBED;
}
</style>