Shades of Summer Sky #32BEF4
Tints of Summer Sky #32BEF4
RGB
CMYK
RGB Variations
Color information
#32BEF4 (or 0x32BEF4) is known color: Summer Sky. HEX triplet: 32, BE and F4. RGB value is (50,190,244). Sum of RGB (Red+Green+Blue) = 50+190+244=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #32BEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEF4 is #CD410B. Grayscale: #999999. Windows color (decimal): -13451532 or 16039474. OLE color: 16039474.
HSL color Cylindrical-coordinate representation of color #32BEF4: hue angle of 196.7º 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 #32BEF4 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 190 | 244 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.04 |
| HSL | 196.7º | 0.9% | 0.58% | - |
| HSV(B) | 196.7º | 0.8% | 0.96% | - |
| XYZ | 36.06 | 44.04 | 92.19 | - |
| YUV | 154.3 | 178.62 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 244 | 0.80 | 0.22 | 0 | 0.04 | 196.7 | 0.9 | 0.58 |
| Hex | 32 | BE | F4 | 50 | 16 | 0 | 4 | C5 | 5A | 3A |
| Octal | 62 | 276 | 364 | 120 | 26 | 0 | 4 | 305 | 132 | 72 |
| Binary | 110010 | 10111110 | 11110100 | 1010000 | 10110 | 0 | 100 | 11000101 | 1011010 | 111010 |
Color Harmonies of #32BEF4
Complementary color
Monochromatic Colors of #32BEF4
Black with #32BEF4
Text Example
Text Example
White with #32BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEF4; }
p { color: rgb(50,190,244); }
H1.HeaderClassName
{
color: #32BEF4;
}
.AnyTagClassName
{
color: #32BEF4;
}
</style>
background-color css
<style>
a { background-color: #32BEF4; }
a { background-color: rgb(50,190,244); }
div.DivClassName
{
background-color: #32BEF4;
}
.BgClassName
{
background-color: #32BEF4;
}
</style>
border-color css
<style>
span { border-color: #32BEF4; }
span { border-color: rgb(50,190,244); }
td.TdClassName
{
border-color: #32BEF4;
}
.TagClassName
{
border-color: #32BEF4;
}
</style>