Shades of Summer Sky #32CDFD
Tints of Summer Sky #32CDFD
RGB
CMYK
RGB Variations
Color information
#32CDFD (or 0x32CDFD) is known color: Summer Sky. HEX triplet: 32, CD and FD. RGB value is (50,205,253). Sum of RGB (Red+Green+Blue) = 50+205+253=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #32CDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDFD is #CD3202. Grayscale: #A3A3A3. Windows color (decimal): -13447683 or 16633138. OLE color: 16633138.
HSL color Cylindrical-coordinate representation of color #32CDFD: hue angle of 194.19º 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 #32CDFD is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 205 | 253 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.01 |
| HSL | 194.19º | 0.98% | 0.59% | - |
| HSV(B) | 194.19º | 0.8% | 0.99% | - |
| XYZ | 40.88 | 51.43 | 100.7 | - |
| YUV | 164.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 253 | 0.80 | 0.19 | 0 | 0.01 | 194.19 | 0.98 | 0.59 |
| Hex | 32 | CD | FD | 50 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 62 | 315 | 375 | 120 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110010 | 11001101 | 11111101 | 1010000 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #32CDFD
Complementary color
Monochromatic Colors of #32CDFD
Black with #32CDFD
Text Example
Text Example
White with #32CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDFD; }
p { color: rgb(50,205,253); }
H1.HeaderClassName
{
color: #32CDFD;
}
.AnyTagClassName
{
color: #32CDFD;
}
</style>
background-color css
<style>
a { background-color: #32CDFD; }
a { background-color: rgb(50,205,253); }
div.DivClassName
{
background-color: #32CDFD;
}
.BgClassName
{
background-color: #32CDFD;
}
</style>
border-color css
<style>
span { border-color: #32CDFD; }
span { border-color: rgb(50,205,253); }
td.TdClassName
{
border-color: #32CDFD;
}
.TagClassName
{
border-color: #32CDFD;
}
</style>