Shades of Summer Sky #31ADF6
Tints of Summer Sky #31ADF6
RGB
CMYK
RGB Variations
Color information
#31ADF6 (or 0x31ADF6) is known color: Summer Sky. HEX triplet: 31, AD and F6. RGB value is (49,173,246). Sum of RGB (Red+Green+Blue) = 49+173+246=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #31ADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADF6 is #CE5209. Grayscale: #8F8F8F. Windows color (decimal): -13521418 or 16166193. OLE color: 16166193.
HSL color Cylindrical-coordinate representation of color #31ADF6: hue angle of 202.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31ADF6 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 173 | 246 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.23º | 0.92% | 0.58% | - |
| HSV(B) | 202.23º | 0.8% | 0.96% | - |
| XYZ | 32.84 | 37.19 | 92.64 | - |
| YUV | 144.25 | 185.42 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 246 | 0.80 | 0.30 | 0 | 0.04 | 202.23 | 0.92 | 0.58 |
| Hex | 31 | AD | F6 | 50 | 1E | 0 | 4 | CA | 5C | 3A |
| Octal | 61 | 255 | 366 | 120 | 36 | 0 | 4 | 312 | 134 | 72 |
| Binary | 110001 | 10101101 | 11110110 | 1010000 | 11110 | 0 | 100 | 11001010 | 1011100 | 111010 |
Color Harmonies of #31ADF6
Complementary color
Monochromatic Colors of #31ADF6
Black with #31ADF6
Text Example
Text Example
White with #31ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADF6; }
p { color: rgb(49,173,246); }
H1.HeaderClassName
{
color: #31ADF6;
}
.AnyTagClassName
{
color: #31ADF6;
}
</style>
background-color css
<style>
a { background-color: #31ADF6; }
a { background-color: rgb(49,173,246); }
div.DivClassName
{
background-color: #31ADF6;
}
.BgClassName
{
background-color: #31ADF6;
}
</style>
border-color css
<style>
span { border-color: #31ADF6; }
span { border-color: rgb(49,173,246); }
td.TdClassName
{
border-color: #31ADF6;
}
.TagClassName
{
border-color: #31ADF6;
}
</style>