Shades of Summer Sky #31AEDF
Tints of Summer Sky #31AEDF
RGB
CMYK
RGB Variations
Color information
#31AEDF (or 0x31AEDF) is known color: Summer Sky. HEX triplet: 31, AE and DF. RGB value is (49,174,223). Sum of RGB (Red+Green+Blue) = 49+174+223=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #31AEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEDF is #CE5120. Grayscale: #8D8D8D. Windows color (decimal): -13521185 or 14659121. OLE color: 14659121.
HSL color Cylindrical-coordinate representation of color #31AEDF: hue angle of 196.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AEDF is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 174 | 223 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 196.9º | 0.73% | 0.53% | - |
| HSV(B) | 196.9º | 0.78% | 0.87% | - |
| XYZ | 29.72 | 36.25 | 75.24 | - |
| YUV | 142.21 | 173.59 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 223 | 0.78 | 0.22 | 0 | 0.13 | 196.9 | 0.73 | 0.53 |
| Hex | 31 | AE | DF | 4E | 16 | 0 | D | C5 | 49 | 35 |
| Octal | 61 | 256 | 337 | 116 | 26 | 0 | 15 | 305 | 111 | 65 |
| Binary | 110001 | 10101110 | 11011111 | 1001110 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #31AEDF
Complementary color
Monochromatic Colors of #31AEDF
Black with #31AEDF
Text Example
Text Example
White with #31AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AEDF; }
p { color: rgb(49,174,223); }
H1.HeaderClassName
{
color: #31AEDF;
}
.AnyTagClassName
{
color: #31AEDF;
}
</style>
background-color css
<style>
a { background-color: #31AEDF; }
a { background-color: rgb(49,174,223); }
div.DivClassName
{
background-color: #31AEDF;
}
.BgClassName
{
background-color: #31AEDF;
}
</style>
border-color css
<style>
span { border-color: #31AEDF; }
span { border-color: rgb(49,174,223); }
td.TdClassName
{
border-color: #31AEDF;
}
.TagClassName
{
border-color: #31AEDF;
}
</style>