Shades of Summer Sky #31ADFF
Tints of Summer Sky #31ADFF
RGB
CMYK
RGB Variations
Color information
#31ADFF (or 0x31ADFF) is known color: Summer Sky. HEX triplet: 31, AD and FF. RGB value is (49,173,255). Sum of RGB (Red+Green+Blue) = 49+173+255=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #31ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADFF is #CE5200. Grayscale: #909090. Windows color (decimal): -13521409 or 16756017. OLE color: 16756017.
HSL color Cylindrical-coordinate representation of color #31ADFF: hue angle of 203.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31ADFF is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 173 | 255 | - |
| CMYK | 0.81 | 0.32 | 0 | 0 |
| HSL | 203.88º | 1% | 0.6% | - |
| HSV(B) | 203.88º | 0.81% | 1% | - |
| XYZ | 34.26 | 37.76 | 100.09 | - |
| YUV | 145.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 255 | 0.81 | 0.32 | 0 | 0 | 203.88 | 1 | 0.6 |
| Hex | 31 | AD | FF | 51 | 20 | 0 | 0 | CC | 64 | 3C |
| Octal | 61 | 255 | 377 | 121 | 40 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110001 | 10101101 | 11111111 | 1010001 | 100000 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #31ADFF
Complementary color
Monochromatic Colors of #31ADFF
Black with #31ADFF
Text Example
Text Example
White with #31ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADFF; }
p { color: rgb(49,173,255); }
H1.HeaderClassName
{
color: #31ADFF;
}
.AnyTagClassName
{
color: #31ADFF;
}
</style>
background-color css
<style>
a { background-color: #31ADFF; }
a { background-color: rgb(49,173,255); }
div.DivClassName
{
background-color: #31ADFF;
}
.BgClassName
{
background-color: #31ADFF;
}
</style>
border-color css
<style>
span { border-color: #31ADFF; }
span { border-color: rgb(49,173,255); }
td.TdClassName
{
border-color: #31ADFF;
}
.TagClassName
{
border-color: #31ADFF;
}
</style>