Shades of Summer Sky #31BECE
Tints of Summer Sky #31BECE
RGB
CMYK
RGB Variations
Color information
#31BECE (or 0x31BECE) is known color: Summer Sky. HEX triplet: 31, BE and CE. RGB value is (49,190,206). Sum of RGB (Red+Green+Blue) = 49+190+206=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #31BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BECE is #CE4131. Grayscale: #959595. Windows color (decimal): -13517106 or 13549105. OLE color: 13549105.
HSL color Cylindrical-coordinate representation of color #31BECE: hue angle of 186.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BECE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 190 | 206 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.19 |
| HSL | 186.11º | 0.62% | 0.5% | - |
| HSV(B) | 186.11º | 0.76% | 0.81% | - |
| XYZ | 30.82 | 41.94 | 64.86 | - |
| YUV | 149.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 206 | 0.76 | 0.08 | 0 | 0.19 | 186.11 | 0.62 | 0.5 |
| Hex | 31 | BE | CE | 4C | 8 | 0 | 13 | BA | 3E | 32 |
| Octal | 61 | 276 | 316 | 114 | 10 | 0 | 23 | 272 | 76 | 62 |
| Binary | 110001 | 10111110 | 11001110 | 1001100 | 1000 | 0 | 10011 | 10111010 | 111110 | 110010 |
Color Harmonies of #31BECE
Complementary color
Monochromatic Colors of #31BECE
Black with #31BECE
Text Example
Text Example
White with #31BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BECE; }
p { color: rgb(49,190,206); }
H1.HeaderClassName
{
color: #31BECE;
}
.AnyTagClassName
{
color: #31BECE;
}
</style>
background-color css
<style>
a { background-color: #31BECE; }
a { background-color: rgb(49,190,206); }
div.DivClassName
{
background-color: #31BECE;
}
.BgClassName
{
background-color: #31BECE;
}
</style>
border-color css
<style>
span { border-color: #31BECE; }
span { border-color: rgb(49,190,206); }
td.TdClassName
{
border-color: #31BECE;
}
.TagClassName
{
border-color: #31BECE;
}
</style>