Shades of Summer Sky #31ACFC
Tints of Summer Sky #31ACFC
RGB
CMYK
RGB Variations
Color information
#31ACFC (or 0x31ACFC) is known color: Summer Sky. HEX triplet: 31, AC and FC. RGB value is (49,172,252). Sum of RGB (Red+Green+Blue) = 49+172+252=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #31ACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ACFC is #CE5303. Grayscale: #8F8F8F. Windows color (decimal): -13521668 or 16559153. OLE color: 16559153.
HSL color Cylindrical-coordinate representation of color #31ACFC: hue angle of 203.65º 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 #31ACFC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 172 | 252 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.01 |
| HSL | 203.65º | 0.97% | 0.59% | - |
| HSV(B) | 203.65º | 0.81% | 0.99% | - |
| XYZ | 33.59 | 37.19 | 97.5 | - |
| YUV | 144.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 252 | 0.81 | 0.32 | 0 | 0.01 | 203.65 | 0.97 | 0.59 |
| Hex | 31 | AC | FC | 51 | 20 | 0 | 1 | CC | 61 | 3B |
| Octal | 61 | 254 | 374 | 121 | 40 | 0 | 1 | 314 | 141 | 73 |
| Binary | 110001 | 10101100 | 11111100 | 1010001 | 100000 | 0 | 1 | 11001100 | 1100001 | 111011 |
Color Harmonies of #31ACFC
Complementary color
Monochromatic Colors of #31ACFC
Black with #31ACFC
Text Example
Text Example
White with #31ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACFC; }
p { color: rgb(49,172,252); }
H1.HeaderClassName
{
color: #31ACFC;
}
.AnyTagClassName
{
color: #31ACFC;
}
</style>
background-color css
<style>
a { background-color: #31ACFC; }
a { background-color: rgb(49,172,252); }
div.DivClassName
{
background-color: #31ACFC;
}
.BgClassName
{
background-color: #31ACFC;
}
</style>
border-color css
<style>
span { border-color: #31ACFC; }
span { border-color: rgb(49,172,252); }
td.TdClassName
{
border-color: #31ACFC;
}
.TagClassName
{
border-color: #31ACFC;
}
</style>