Shades of Summer Sky #31ADFC
Tints of Summer Sky #31ADFC
RGB
CMYK
RGB Variations
Color information
#31ADFC (or 0x31ADFC) is known color: Summer Sky. HEX triplet: 31, AD and FC. RGB value is (49,173,252). Sum of RGB (Red+Green+Blue) = 49+173+252=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #31ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADFC is #CE5203. Grayscale: #909090. Windows color (decimal): -13521412 or 16559409. OLE color: 16559409.
HSL color Cylindrical-coordinate representation of color #31ADFC: hue angle of 203.35º degrees, saturation: 0.97, 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 #31ADFC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 173 | 252 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.01 |
| HSL | 203.35º | 0.97% | 0.59% | - |
| HSV(B) | 203.35º | 0.81% | 0.99% | - |
| XYZ | 33.78 | 37.57 | 97.57 | - |
| YUV | 144.93 | 188.42 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 252 | 0.81 | 0.31 | 0 | 0.01 | 203.35 | 0.97 | 0.59 |
| Hex | 31 | AD | FC | 51 | 1F | 0 | 1 | CB | 61 | 3B |
| Octal | 61 | 255 | 374 | 121 | 37 | 0 | 1 | 313 | 141 | 73 |
| Binary | 110001 | 10101101 | 11111100 | 1010001 | 11111 | 0 | 1 | 11001011 | 1100001 | 111011 |
Color Harmonies of #31ADFC
Complementary color
Monochromatic Colors of #31ADFC
Black with #31ADFC
Text Example
Text Example
White with #31ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADFC; }
p { color: rgb(49,173,252); }
H1.HeaderClassName
{
color: #31ADFC;
}
.AnyTagClassName
{
color: #31ADFC;
}
</style>
background-color css
<style>
a { background-color: #31ADFC; }
a { background-color: rgb(49,173,252); }
div.DivClassName
{
background-color: #31ADFC;
}
.BgClassName
{
background-color: #31ADFC;
}
</style>
border-color css
<style>
span { border-color: #31ADFC; }
span { border-color: rgb(49,173,252); }
td.TdClassName
{
border-color: #31ADFC;
}
.TagClassName
{
border-color: #31ADFC;
}
</style>