Shades of Summer Sky #31ADDF
Tints of Summer Sky #31ADDF
RGB
CMYK
RGB Variations
Color information
#31ADDF (or 0x31ADDF) is known color: Summer Sky. HEX triplet: 31, AD and DF. RGB value is (49,173,223). Sum of RGB (Red+Green+Blue) = 49+173+223=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #31ADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADDF is #CE5220. Grayscale: #8D8D8D. Windows color (decimal): -13521441 or 14658865. OLE color: 14658865.
HSL color Cylindrical-coordinate representation of color #31ADDF: hue angle of 197.24º 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 #31ADDF is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 173 | 223 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 197.24º | 0.73% | 0.53% | - |
| HSV(B) | 197.24º | 0.78% | 0.87% | - |
| XYZ | 29.53 | 35.87 | 75.18 | - |
| YUV | 141.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 223 | 0.78 | 0.22 | 0 | 0.13 | 197.24 | 0.73 | 0.53 |
| Hex | 31 | AD | DF | 4E | 16 | 0 | D | C5 | 49 | 35 |
| Octal | 61 | 255 | 337 | 116 | 26 | 0 | 15 | 305 | 111 | 65 |
| Binary | 110001 | 10101101 | 11011111 | 1001110 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #31ADDF
Complementary color
Monochromatic Colors of #31ADDF
Black with #31ADDF
Text Example
Text Example
White with #31ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADDF; }
p { color: rgb(49,173,223); }
H1.HeaderClassName
{
color: #31ADDF;
}
.AnyTagClassName
{
color: #31ADDF;
}
</style>
background-color css
<style>
a { background-color: #31ADDF; }
a { background-color: rgb(49,173,223); }
div.DivClassName
{
background-color: #31ADDF;
}
.BgClassName
{
background-color: #31ADDF;
}
</style>
border-color css
<style>
span { border-color: #31ADDF; }
span { border-color: rgb(49,173,223); }
td.TdClassName
{
border-color: #31ADDF;
}
.TagClassName
{
border-color: #31ADDF;
}
</style>