Shades of Summer Sky #32CEFD
Tints of Summer Sky #32CEFD
RGB
CMYK
RGB Variations
Color information
#32CEFD (or 0x32CEFD) is known color: Summer Sky. HEX triplet: 32, CE and FD. RGB value is (50,206,253). Sum of RGB (Red+Green+Blue) = 50+206+253=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #32CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEFD is #CD3102. Grayscale: #A4A4A4. Windows color (decimal): -13447427 or 16633394. OLE color: 16633394.
HSL color Cylindrical-coordinate representation of color #32CEFD: hue angle of 193.89º 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 #32CEFD is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 206 | 253 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.01 |
| HSL | 193.89º | 0.98% | 0.59% | - |
| HSV(B) | 193.89º | 0.8% | 0.99% | - |
| XYZ | 41.12 | 51.91 | 100.78 | - |
| YUV | 164.71 | 177.82 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 253 | 0.80 | 0.19 | 0 | 0.01 | 193.89 | 0.98 | 0.59 |
| Hex | 32 | CE | FD | 50 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 62 | 316 | 375 | 120 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110010 | 11001110 | 11111101 | 1010000 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #32CEFD
Complementary color
Monochromatic Colors of #32CEFD
Black with #32CEFD
Text Example
Text Example
White with #32CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEFD; }
p { color: rgb(50,206,253); }
H1.HeaderClassName
{
color: #32CEFD;
}
.AnyTagClassName
{
color: #32CEFD;
}
</style>
background-color css
<style>
a { background-color: #32CEFD; }
a { background-color: rgb(50,206,253); }
div.DivClassName
{
background-color: #32CEFD;
}
.BgClassName
{
background-color: #32CEFD;
}
</style>
border-color css
<style>
span { border-color: #32CEFD; }
span { border-color: rgb(50,206,253); }
td.TdClassName
{
border-color: #32CEFD;
}
.TagClassName
{
border-color: #32CEFD;
}
</style>