Shades of Summer Sky #32CAF4
Tints of Summer Sky #32CAF4
RGB
CMYK
RGB Variations
Color information
#32CAF4 (or 0x32CAF4) is known color: Summer Sky. HEX triplet: 32, CA and F4. RGB value is (50,202,244). Sum of RGB (Red+Green+Blue) = 50+202+244=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #32CAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAF4 is #CD350B. Grayscale: #A1A1A1. Windows color (decimal): -13448460 or 16042546. OLE color: 16042546.
HSL color Cylindrical-coordinate representation of color #32CAF4: hue angle of 192.99º 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 #32CAF4 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 202 | 244 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.04 |
| HSL | 192.99º | 0.9% | 0.58% | - |
| HSV(B) | 192.99º | 0.8% | 0.96% | - |
| XYZ | 38.77 | 49.45 | 93.09 | - |
| YUV | 161.34 | 174.64 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 244 | 0.80 | 0.17 | 0 | 0.04 | 192.99 | 0.9 | 0.58 |
| Hex | 32 | CA | F4 | 50 | 11 | 0 | 4 | C1 | 5A | 3A |
| Octal | 62 | 312 | 364 | 120 | 21 | 0 | 4 | 301 | 132 | 72 |
| Binary | 110010 | 11001010 | 11110100 | 1010000 | 10001 | 0 | 100 | 11000001 | 1011010 | 111010 |
Color Harmonies of #32CAF4
Complementary color
Monochromatic Colors of #32CAF4
Black with #32CAF4
Text Example
Text Example
White with #32CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAF4; }
p { color: rgb(50,202,244); }
H1.HeaderClassName
{
color: #32CAF4;
}
.AnyTagClassName
{
color: #32CAF4;
}
</style>
background-color css
<style>
a { background-color: #32CAF4; }
a { background-color: rgb(50,202,244); }
div.DivClassName
{
background-color: #32CAF4;
}
.BgClassName
{
background-color: #32CAF4;
}
</style>
border-color css
<style>
span { border-color: #32CAF4; }
span { border-color: rgb(50,202,244); }
td.TdClassName
{
border-color: #32CAF4;
}
.TagClassName
{
border-color: #32CAF4;
}
</style>