Shades of Summer Sky #31ACDD
Tints of Summer Sky #31ACDD
RGB
CMYK
RGB Variations
Color information
#31ACDD (or 0x31ACDD) is known color: Summer Sky. HEX triplet: 31, AC and DD. RGB value is (49,172,221). Sum of RGB (Red+Green+Blue) = 49+172+221=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #31ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACDD is #CE5322. Grayscale: #8C8C8C. Windows color (decimal): -13521699 or 14527537. OLE color: 14527537.
HSL color Cylindrical-coordinate representation of color #31ACDD: hue angle of 197.09º degrees, saturation: 0.72, 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 #31ACDD is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 172 | 221 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 197.09º | 0.72% | 0.53% | - |
| HSV(B) | 197.09º | 0.78% | 0.87% | - |
| XYZ | 29.07 | 35.38 | 73.7 | - |
| YUV | 140.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 221 | 0.78 | 0.22 | 0 | 0.13 | 197.09 | 0.72 | 0.53 |
| Hex | 31 | AC | DD | 4E | 16 | 0 | D | C5 | 48 | 35 |
| Octal | 61 | 254 | 335 | 116 | 26 | 0 | 15 | 305 | 110 | 65 |
| Binary | 110001 | 10101100 | 11011101 | 1001110 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110101 |
Color Harmonies of #31ACDD
Complementary color
Monochromatic Colors of #31ACDD
Black with #31ACDD
Text Example
Text Example
White with #31ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACDD; }
p { color: rgb(49,172,221); }
H1.HeaderClassName
{
color: #31ACDD;
}
.AnyTagClassName
{
color: #31ACDD;
}
</style>
background-color css
<style>
a { background-color: #31ACDD; }
a { background-color: rgb(49,172,221); }
div.DivClassName
{
background-color: #31ACDD;
}
.BgClassName
{
background-color: #31ACDD;
}
</style>
border-color css
<style>
span { border-color: #31ACDD; }
span { border-color: rgb(49,172,221); }
td.TdClassName
{
border-color: #31ACDD;
}
.TagClassName
{
border-color: #31ACDD;
}
</style>