Shades of Summer Sky #31ADFD
Tints of Summer Sky #31ADFD
RGB
CMYK
RGB Variations
Color information
#31ADFD (or 0x31ADFD) is known color: Summer Sky. HEX triplet: 31, AD and FD. RGB value is (49,173,253). Sum of RGB (Red+Green+Blue) = 49+173+253=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #31ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADFD is #CE5202. Grayscale: #909090. Windows color (decimal): -13521411 or 16624945. OLE color: 16624945.
HSL color Cylindrical-coordinate representation of color #31ADFD: hue angle of 203.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31ADFD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 173 | 253 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.01 |
| HSL | 203.53º | 0.98% | 0.59% | - |
| HSV(B) | 203.53º | 0.81% | 0.99% | - |
| XYZ | 33.94 | 37.63 | 98.4 | - |
| YUV | 145.04 | 188.92 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 253 | 0.81 | 0.32 | 0 | 0.01 | 203.53 | 0.98 | 0.59 |
| Hex | 31 | AD | FD | 51 | 20 | 0 | 1 | CC | 62 | 3B |
| Octal | 61 | 255 | 375 | 121 | 40 | 0 | 1 | 314 | 142 | 73 |
| Binary | 110001 | 10101101 | 11111101 | 1010001 | 100000 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #31ADFD
Complementary color
Monochromatic Colors of #31ADFD
Black with #31ADFD
Text Example
Text Example
White with #31ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADFD; }
p { color: rgb(49,173,253); }
H1.HeaderClassName
{
color: #31ADFD;
}
.AnyTagClassName
{
color: #31ADFD;
}
</style>
background-color css
<style>
a { background-color: #31ADFD; }
a { background-color: rgb(49,173,253); }
div.DivClassName
{
background-color: #31ADFD;
}
.BgClassName
{
background-color: #31ADFD;
}
</style>
border-color css
<style>
span { border-color: #31ADFD; }
span { border-color: rgb(49,173,253); }
td.TdClassName
{
border-color: #31ADFD;
}
.TagClassName
{
border-color: #31ADFD;
}
</style>