Shades of Summer Sky #31ACF3
Tints of Summer Sky #31ACF3
RGB
CMYK
RGB Variations
Color information
#31ACF3 (or 0x31ACF3) is known color: Summer Sky. HEX triplet: 31, AC and F3. RGB value is (49,172,243). Sum of RGB (Red+Green+Blue) = 49+172+243=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #31ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ACF3 is #CE530C. Grayscale: #8E8E8E. Windows color (decimal): -13521677 or 15969329. OLE color: 15969329.
HSL color Cylindrical-coordinate representation of color #31ACF3: hue angle of 201.96º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31ACF3 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 172 | 243 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.05 |
| HSL | 201.96º | 0.89% | 0.57% | - |
| HSV(B) | 201.96º | 0.8% | 0.95% | - |
| XYZ | 32.2 | 36.63 | 90.17 | - |
| YUV | 143.32 | 184.25 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 243 | 0.80 | 0.29 | 0 | 0.05 | 201.96 | 0.89 | 0.57 |
| Hex | 31 | AC | F3 | 50 | 1D | 0 | 5 | CA | 59 | 39 |
| Octal | 61 | 254 | 363 | 120 | 35 | 0 | 5 | 312 | 131 | 71 |
| Binary | 110001 | 10101100 | 11110011 | 1010000 | 11101 | 0 | 101 | 11001010 | 1011001 | 111001 |
Color Harmonies of #31ACF3
Complementary color
Monochromatic Colors of #31ACF3
Black with #31ACF3
Text Example
Text Example
White with #31ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACF3; }
p { color: rgb(49,172,243); }
H1.HeaderClassName
{
color: #31ACF3;
}
.AnyTagClassName
{
color: #31ACF3;
}
</style>
background-color css
<style>
a { background-color: #31ACF3; }
a { background-color: rgb(49,172,243); }
div.DivClassName
{
background-color: #31ACF3;
}
.BgClassName
{
background-color: #31ACF3;
}
</style>
border-color css
<style>
span { border-color: #31ACF3; }
span { border-color: rgb(49,172,243); }
td.TdClassName
{
border-color: #31ACF3;
}
.TagClassName
{
border-color: #31ACF3;
}
</style>