Shades of Summer Sky #31ABDD
Tints of Summer Sky #31ABDD
RGB
CMYK
RGB Variations
Color information
#31ABDD (or 0x31ABDD) is known color: Summer Sky. HEX triplet: 31, AB and DD. RGB value is (49,171,221). Sum of RGB (Red+Green+Blue) = 49+171+221=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #31ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABDD is #CE5422. Grayscale: #8B8B8B. Windows color (decimal): -13521955 or 14527281. OLE color: 14527281.
HSL color Cylindrical-coordinate representation of color #31ABDD: hue angle of 197.44º 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 #31ABDD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 171 | 221 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.44º | 0.72% | 0.53% | - |
| HSV(B) | 197.44º | 0.78% | 0.87% | - |
| XYZ | 28.88 | 35 | 73.64 | - |
| YUV | 140.22 | 173.58 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 221 | 0.78 | 0.23 | 0 | 0.13 | 197.44 | 0.72 | 0.53 |
| Hex | 31 | AB | DD | 4E | 17 | 0 | D | C5 | 48 | 35 |
| Octal | 61 | 253 | 335 | 116 | 27 | 0 | 15 | 305 | 110 | 65 |
| Binary | 110001 | 10101011 | 11011101 | 1001110 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110101 |
Color Harmonies of #31ABDD
Complementary color
Monochromatic Colors of #31ABDD
Black with #31ABDD
Text Example
Text Example
White with #31ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABDD; }
p { color: rgb(49,171,221); }
H1.HeaderClassName
{
color: #31ABDD;
}
.AnyTagClassName
{
color: #31ABDD;
}
</style>
background-color css
<style>
a { background-color: #31ABDD; }
a { background-color: rgb(49,171,221); }
div.DivClassName
{
background-color: #31ABDD;
}
.BgClassName
{
background-color: #31ABDD;
}
</style>
border-color css
<style>
span { border-color: #31ABDD; }
span { border-color: rgb(49,171,221); }
td.TdClassName
{
border-color: #31ABDD;
}
.TagClassName
{
border-color: #31ABDD;
}
</style>