Shades of Summer Sky #32CCFA
Tints of Summer Sky #32CCFA
RGB
CMYK
RGB Variations
Color information
#32CCFA (or 0x32CCFA) is known color: Summer Sky. HEX triplet: 32, CC and FA. RGB value is (50,204,250). Sum of RGB (Red+Green+Blue) = 50+204+250=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #32CCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCFA is #CD3305. Grayscale: #A2A2A2. Windows color (decimal): -13447942 or 16436274. OLE color: 16436274.
HSL color Cylindrical-coordinate representation of color #32CCFA: hue angle of 193.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CCFA is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 204 | 250 | - |
| CMYK | 0.8 | 0.18 | 0 | 0.02 |
| HSL | 193.8º | 0.95% | 0.59% | - |
| HSV(B) | 193.8º | 0.8% | 0.98% | - |
| XYZ | 40.16 | 50.77 | 98.12 | - |
| YUV | 163.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 250 | 0.8 | 0.18 | 0 | 0.02 | 193.8 | 0.95 | 0.59 |
| Hex | 32 | CC | FA | 50 | 12 | 0 | 2 | C2 | 5F | 3B |
| Octal | 62 | 314 | 372 | 120 | 22 | 0 | 2 | 302 | 137 | 73 |
| Binary | 110010 | 11001100 | 11111010 | 1010000 | 10010 | 0 | 10 | 11000010 | 1011111 | 111011 |
Color Harmonies of #32CCFA
Complementary color
Monochromatic Colors of #32CCFA
Black with #32CCFA
Text Example
Text Example
White with #32CCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCFA; }
p { color: rgb(50,204,250); }
H1.HeaderClassName
{
color: #32CCFA;
}
.AnyTagClassName
{
color: #32CCFA;
}
</style>
background-color css
<style>
a { background-color: #32CCFA; }
a { background-color: rgb(50,204,250); }
div.DivClassName
{
background-color: #32CCFA;
}
.BgClassName
{
background-color: #32CCFA;
}
</style>
border-color css
<style>
span { border-color: #32CCFA; }
span { border-color: rgb(50,204,250); }
td.TdClassName
{
border-color: #32CCFA;
}
.TagClassName
{
border-color: #32CCFA;
}
</style>