Shades of Summer Sky #31AFDD
Tints of Summer Sky #31AFDD
RGB
CMYK
RGB Variations
Color information
#31AFDD (or 0x31AFDD) is known color: Summer Sky. HEX triplet: 31, AF and DD. RGB value is (49,175,221). Sum of RGB (Red+Green+Blue) = 49+175+221=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #31AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFDD is #CE5022. Grayscale: #8E8E8E. Windows color (decimal): -13520931 or 14528305. OLE color: 14528305.
HSL color Cylindrical-coordinate representation of color #31AFDD: hue angle of 196.05º 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 #31AFDD is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 175 | 221 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.13 |
| HSL | 196.05º | 0.72% | 0.53% | - |
| HSV(B) | 196.05º | 0.78% | 0.87% | - |
| XYZ | 29.65 | 36.53 | 73.9 | - |
| YUV | 142.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 221 | 0.78 | 0.21 | 0 | 0.13 | 196.05 | 0.72 | 0.53 |
| Hex | 31 | AF | DD | 4E | 15 | 0 | D | C4 | 48 | 35 |
| Octal | 61 | 257 | 335 | 116 | 25 | 0 | 15 | 304 | 110 | 65 |
| Binary | 110001 | 10101111 | 11011101 | 1001110 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #31AFDD
Complementary color
Monochromatic Colors of #31AFDD
Black with #31AFDD
Text Example
Text Example
White with #31AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFDD; }
p { color: rgb(49,175,221); }
H1.HeaderClassName
{
color: #31AFDD;
}
.AnyTagClassName
{
color: #31AFDD;
}
</style>
background-color css
<style>
a { background-color: #31AFDD; }
a { background-color: rgb(49,175,221); }
div.DivClassName
{
background-color: #31AFDD;
}
.BgClassName
{
background-color: #31AFDD;
}
</style>
border-color css
<style>
span { border-color: #31AFDD; }
span { border-color: rgb(49,175,221); }
td.TdClassName
{
border-color: #31AFDD;
}
.TagClassName
{
border-color: #31AFDD;
}
</style>