Shades of Summer Sky #31ADDB
Tints of Summer Sky #31ADDB
RGB
CMYK
RGB Variations
Color information
#31ADDB (or 0x31ADDB) is known color: Summer Sky. HEX triplet: 31, AD and DB. RGB value is (49,173,219). Sum of RGB (Red+Green+Blue) = 49+173+219=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #31ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADDB is #CE5224. Grayscale: #8C8C8C. Windows color (decimal): -13521445 or 14396721. OLE color: 14396721.
HSL color Cylindrical-coordinate representation of color #31ADDB: hue angle of 196.24º 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 #31ADDB is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 173 | 219 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.14 |
| HSL | 196.24º | 0.7% | 0.53% | - |
| HSV(B) | 196.24º | 0.78% | 0.86% | - |
| XYZ | 29 | 35.65 | 72.37 | - |
| YUV | 141.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 219 | 0.78 | 0.21 | 0 | 0.14 | 196.24 | 0.7 | 0.53 |
| Hex | 31 | AD | DB | 4E | 15 | 0 | E | C4 | 46 | 35 |
| Octal | 61 | 255 | 333 | 116 | 25 | 0 | 16 | 304 | 106 | 65 |
| Binary | 110001 | 10101101 | 11011011 | 1001110 | 10101 | 0 | 1110 | 11000100 | 1000110 | 110101 |
Color Harmonies of #31ADDB
Complementary color
Monochromatic Colors of #31ADDB
Black with #31ADDB
Text Example
Text Example
White with #31ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADDB; }
p { color: rgb(49,173,219); }
H1.HeaderClassName
{
color: #31ADDB;
}
.AnyTagClassName
{
color: #31ADDB;
}
</style>
background-color css
<style>
a { background-color: #31ADDB; }
a { background-color: rgb(49,173,219); }
div.DivClassName
{
background-color: #31ADDB;
}
.BgClassName
{
background-color: #31ADDB;
}
</style>
border-color css
<style>
span { border-color: #31ADDB; }
span { border-color: rgb(49,173,219); }
td.TdClassName
{
border-color: #31ADDB;
}
.TagClassName
{
border-color: #31ADDB;
}
</style>