Shades of Summer Sky #32CCFD
Tints of Summer Sky #32CCFD
RGB
CMYK
RGB Variations
Color information
#32CCFD (or 0x32CCFD) is known color: Summer Sky. HEX triplet: 32, CC and FD. RGB value is (50,204,253). Sum of RGB (Red+Green+Blue) = 50+204+253=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #32CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCFD is #CD3302. Grayscale: #A3A3A3. Windows color (decimal): -13447939 or 16632882. OLE color: 16632882.
HSL color Cylindrical-coordinate representation of color #32CCFD: hue angle of 194.48º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CCFD is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 204 | 253 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.01 |
| HSL | 194.48º | 0.98% | 0.59% | - |
| HSV(B) | 194.48º | 0.8% | 0.99% | - |
| XYZ | 40.64 | 50.96 | 100.62 | - |
| YUV | 163.54 | 178.48 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 253 | 0.80 | 0.19 | 0 | 0.01 | 194.48 | 0.98 | 0.59 |
| Hex | 32 | CC | FD | 50 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 62 | 314 | 375 | 120 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110010 | 11001100 | 11111101 | 1010000 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #32CCFD
Complementary color
Monochromatic Colors of #32CCFD
Black with #32CCFD
Text Example
Text Example
White with #32CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCFD; }
p { color: rgb(50,204,253); }
H1.HeaderClassName
{
color: #32CCFD;
}
.AnyTagClassName
{
color: #32CCFD;
}
</style>
background-color css
<style>
a { background-color: #32CCFD; }
a { background-color: rgb(50,204,253); }
div.DivClassName
{
background-color: #32CCFD;
}
.BgClassName
{
background-color: #32CCFD;
}
</style>
border-color css
<style>
span { border-color: #32CCFD; }
span { border-color: rgb(50,204,253); }
td.TdClassName
{
border-color: #32CCFD;
}
.TagClassName
{
border-color: #32CCFD;
}
</style>