Shades of Summer Sky #31A4DB
Tints of Summer Sky #31A4DB
RGB
CMYK
RGB Variations
Color information
#31A4DB (or 0x31A4DB) is known color: Summer Sky. HEX triplet: 31, A4 and DB. RGB value is (49,164,219). Sum of RGB (Red+Green+Blue) = 49+164+219=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #31A4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A4DB is #CE5B24. Grayscale: #878787. Windows color (decimal): -13523749 or 14394417. OLE color: 14394417.
HSL color Cylindrical-coordinate representation of color #31A4DB: hue angle of 199.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31A4DB is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 164 | 219 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.14 |
| HSL | 199.41º | 0.7% | 0.53% | - |
| HSV(B) | 199.41º | 0.78% | 0.86% | - |
| XYZ | 27.33 | 32.32 | 71.82 | - |
| YUV | 135.89 | 174.9 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 219 | 0.78 | 0.25 | 0 | 0.14 | 199.41 | 0.7 | 0.53 |
| Hex | 31 | A4 | DB | 4E | 19 | 0 | E | C7 | 46 | 35 |
| Octal | 61 | 244 | 333 | 116 | 31 | 0 | 16 | 307 | 106 | 65 |
| Binary | 110001 | 10100100 | 11011011 | 1001110 | 11001 | 0 | 1110 | 11000111 | 1000110 | 110101 |
Color Harmonies of #31A4DB
Complementary color
Monochromatic Colors of #31A4DB
Black with #31A4DB
Text Example
Text Example
White with #31A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A4DB; }
p { color: rgb(49,164,219); }
H1.HeaderClassName
{
color: #31A4DB;
}
.AnyTagClassName
{
color: #31A4DB;
}
</style>
background-color css
<style>
a { background-color: #31A4DB; }
a { background-color: rgb(49,164,219); }
div.DivClassName
{
background-color: #31A4DB;
}
.BgClassName
{
background-color: #31A4DB;
}
</style>
border-color css
<style>
span { border-color: #31A4DB; }
span { border-color: rgb(49,164,219); }
td.TdClassName
{
border-color: #31A4DB;
}
.TagClassName
{
border-color: #31A4DB;
}
</style>