Shades of Summer Sky #32CDF4
Tints of Summer Sky #32CDF4
RGB
CMYK
RGB Variations
Color information
#32CDF4 (or 0x32CDF4) is known color: Summer Sky. HEX triplet: 32, CD and F4. RGB value is (50,205,244). Sum of RGB (Red+Green+Blue) = 50+205+244=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #32CDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDF4 is #CD320B. Grayscale: #A2A2A2. Windows color (decimal): -13447692 or 16043314. OLE color: 16043314.
HSL color Cylindrical-coordinate representation of color #32CDF4: hue angle of 192.06º 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 #32CDF4 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 205 | 244 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.04 |
| HSL | 192.06º | 0.9% | 0.58% | - |
| HSV(B) | 192.06º | 0.8% | 0.96% | - |
| XYZ | 39.48 | 50.87 | 93.33 | - |
| YUV | 163.1 | 173.65 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 244 | 0.80 | 0.16 | 0 | 0.04 | 192.06 | 0.9 | 0.58 |
| Hex | 32 | CD | F4 | 50 | 10 | 0 | 4 | C0 | 5A | 3A |
| Octal | 62 | 315 | 364 | 120 | 20 | 0 | 4 | 300 | 132 | 72 |
| Binary | 110010 | 11001101 | 11110100 | 1010000 | 10000 | 0 | 100 | 11000000 | 1011010 | 111010 |
Color Harmonies of #32CDF4
Complementary color
Monochromatic Colors of #32CDF4
Black with #32CDF4
Text Example
Text Example
White with #32CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDF4; }
p { color: rgb(50,205,244); }
H1.HeaderClassName
{
color: #32CDF4;
}
.AnyTagClassName
{
color: #32CDF4;
}
</style>
background-color css
<style>
a { background-color: #32CDF4; }
a { background-color: rgb(50,205,244); }
div.DivClassName
{
background-color: #32CDF4;
}
.BgClassName
{
background-color: #32CDF4;
}
</style>
border-color css
<style>
span { border-color: #32CDF4; }
span { border-color: rgb(50,205,244); }
td.TdClassName
{
border-color: #32CDF4;
}
.TagClassName
{
border-color: #32CDF4;
}
</style>