Shades of Summer Sky #32ACF4
Tints of Summer Sky #32ACF4
RGB
CMYK
RGB Variations
Color information
#32ACF4 (or 0x32ACF4) is known color: Summer Sky. HEX triplet: 32, AC and F4. RGB value is (50,172,244). Sum of RGB (Red+Green+Blue) = 50+172+244=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #32ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ACF4 is #CD530B. Grayscale: #8F8F8F. Windows color (decimal): -13456140 or 16034866. OLE color: 16034866.
HSL color Cylindrical-coordinate representation of color #32ACF4: hue angle of 202.27º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32ACF4 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 172 | 244 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.27º | 0.9% | 0.58% | - |
| HSV(B) | 202.27º | 0.8% | 0.96% | - |
| XYZ | 32.4 | 36.71 | 90.97 | - |
| YUV | 143.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 244 | 0.80 | 0.30 | 0 | 0.04 | 202.27 | 0.9 | 0.58 |
| Hex | 32 | AC | F4 | 50 | 1E | 0 | 4 | CA | 5A | 3A |
| Octal | 62 | 254 | 364 | 120 | 36 | 0 | 4 | 312 | 132 | 72 |
| Binary | 110010 | 10101100 | 11110100 | 1010000 | 11110 | 0 | 100 | 11001010 | 1011010 | 111010 |
Color Harmonies of #32ACF4
Complementary color
Monochromatic Colors of #32ACF4
Black with #32ACF4
Text Example
Text Example
White with #32ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACF4; }
p { color: rgb(50,172,244); }
H1.HeaderClassName
{
color: #32ACF4;
}
.AnyTagClassName
{
color: #32ACF4;
}
</style>
background-color css
<style>
a { background-color: #32ACF4; }
a { background-color: rgb(50,172,244); }
div.DivClassName
{
background-color: #32ACF4;
}
.BgClassName
{
background-color: #32ACF4;
}
</style>
border-color css
<style>
span { border-color: #32ACF4; }
span { border-color: rgb(50,172,244); }
td.TdClassName
{
border-color: #32ACF4;
}
.TagClassName
{
border-color: #32ACF4;
}
</style>