Shades of Summer Sky #32CFFD
Tints of Summer Sky #32CFFD
RGB
CMYK
RGB Variations
Color information
#32CFFD (or 0x32CFFD) is known color: Summer Sky. HEX triplet: 32, CF and FD. RGB value is (50,207,253). Sum of RGB (Red+Green+Blue) = 50+207+253=510 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.80% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #32CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CFFD is #CD3002. Grayscale: #A4A4A4. Windows color (decimal): -13447171 or 16633650. OLE color: 16633650.
HSL color Cylindrical-coordinate representation of color #32CFFD: hue angle of 193.6º 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 #32CFFD is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 207 | 253 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.01 |
| HSL | 193.6º | 0.98% | 0.59% | - |
| HSV(B) | 193.6º | 0.8% | 0.99% | - |
| XYZ | 41.36 | 52.4 | 100.86 | - |
| YUV | 165.3 | 177.49 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 253 | 0.80 | 0.18 | 0 | 0.01 | 193.6 | 0.98 | 0.59 |
| Hex | 32 | CF | FD | 50 | 12 | 0 | 1 | C2 | 62 | 3B |
| Octal | 62 | 317 | 375 | 120 | 22 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110010 | 11001111 | 11111101 | 1010000 | 10010 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #32CFFD
Complementary color
Monochromatic Colors of #32CFFD
Black with #32CFFD
Text Example
Text Example
White with #32CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFFD; }
p { color: rgb(50,207,253); }
H1.HeaderClassName
{
color: #32CFFD;
}
.AnyTagClassName
{
color: #32CFFD;
}
</style>
background-color css
<style>
a { background-color: #32CFFD; }
a { background-color: rgb(50,207,253); }
div.DivClassName
{
background-color: #32CFFD;
}
.BgClassName
{
background-color: #32CFFD;
}
</style>
border-color css
<style>
span { border-color: #32CFFD; }
span { border-color: rgb(50,207,253); }
td.TdClassName
{
border-color: #32CFFD;
}
.TagClassName
{
border-color: #32CFFD;
}
</style>