Shades of Summer Sky #31ACF4
Tints of Summer Sky #31ACF4
RGB
CMYK
RGB Variations
Color information
#31ACF4 (or 0x31ACF4) is known color: Summer Sky. HEX triplet: 31, AC and F4. RGB value is (49,172,244). Sum of RGB (Red+Green+Blue) = 49+172+244=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #31ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ACF4 is #CE530B. Grayscale: #8F8F8F. Windows color (decimal): -13521676 or 16034865. OLE color: 16034865.
HSL color Cylindrical-coordinate representation of color #31ACF4: hue angle of 202.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31ACF4 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 172 | 244 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.15º | 0.9% | 0.57% | - |
| HSV(B) | 202.15º | 0.8% | 0.96% | - |
| XYZ | 32.35 | 36.69 | 90.96 | - |
| YUV | 143.43 | 184.75 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 244 | 0.80 | 0.30 | 0 | 0.04 | 202.15 | 0.9 | 0.57 |
| Hex | 31 | AC | F4 | 50 | 1E | 0 | 4 | CA | 5A | 39 |
| Octal | 61 | 254 | 364 | 120 | 36 | 0 | 4 | 312 | 132 | 71 |
| Binary | 110001 | 10101100 | 11110100 | 1010000 | 11110 | 0 | 100 | 11001010 | 1011010 | 111001 |
Color Harmonies of #31ACF4
Complementary color
Monochromatic Colors of #31ACF4
Black with #31ACF4
Text Example
Text Example
White with #31ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACF4; }
p { color: rgb(49,172,244); }
H1.HeaderClassName
{
color: #31ACF4;
}
.AnyTagClassName
{
color: #31ACF4;
}
</style>
background-color css
<style>
a { background-color: #31ACF4; }
a { background-color: rgb(49,172,244); }
div.DivClassName
{
background-color: #31ACF4;
}
.BgClassName
{
background-color: #31ACF4;
}
</style>
border-color css
<style>
span { border-color: #31ACF4; }
span { border-color: rgb(49,172,244); }
td.TdClassName
{
border-color: #31ACF4;
}
.TagClassName
{
border-color: #31ACF4;
}
</style>