Shades of Summer Sky #32D2F0
Tints of Summer Sky #32D2F0
RGB
CMYK
RGB Variations
Color information
#32D2F0 (or 0x32D2F0) is known color: Summer Sky. HEX triplet: 32, D2 and F0. RGB value is (50,210,240). Sum of RGB (Red+Green+Blue) = 50+210+240=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #32D2F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D2F0 is #CD2D0F. Grayscale: #A5A5A5. Windows color (decimal): -13446416 or 15782450. OLE color: 15782450.
HSL color Cylindrical-coordinate representation of color #32D2F0: hue angle of 189.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D2F0 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 210 | 240 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.06 |
| HSL | 189.47º | 0.86% | 0.57% | - |
| HSV(B) | 189.47º | 0.79% | 0.94% | - |
| XYZ | 40.09 | 53.06 | 90.57 | - |
| YUV | 165.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 240 | 0.79 | 0.12 | 0 | 0.06 | 189.47 | 0.86 | 0.57 |
| Hex | 32 | D2 | F0 | 4F | C | 0 | 6 | BD | 56 | 39 |
| Octal | 62 | 322 | 360 | 117 | 14 | 0 | 6 | 275 | 126 | 71 |
| Binary | 110010 | 11010010 | 11110000 | 1001111 | 1100 | 0 | 110 | 10111101 | 1010110 | 111001 |
Color Harmonies of #32D2F0
Complementary color
Monochromatic Colors of #32D2F0
Black with #32D2F0
Text Example
Text Example
White with #32D2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2F0; }
p { color: rgb(50,210,240); }
H1.HeaderClassName
{
color: #32D2F0;
}
.AnyTagClassName
{
color: #32D2F0;
}
</style>
background-color css
<style>
a { background-color: #32D2F0; }
a { background-color: rgb(50,210,240); }
div.DivClassName
{
background-color: #32D2F0;
}
.BgClassName
{
background-color: #32D2F0;
}
</style>
border-color css
<style>
span { border-color: #32D2F0; }
span { border-color: rgb(50,210,240); }
td.TdClassName
{
border-color: #32D2F0;
}
.TagClassName
{
border-color: #32D2F0;
}
</style>