Shades of Summer Sky #32CDF1
Tints of Summer Sky #32CDF1
RGB
CMYK
RGB Variations
Color information
#32CDF1 (or 0x32CDF1) is known color: Summer Sky. HEX triplet: 32, CD and F1. RGB value is (50,205,241). Sum of RGB (Red+Green+Blue) = 50+205+241=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #32CDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDF1 is #CD320E. Grayscale: #A2A2A2. Windows color (decimal): -13447695 or 15846706. OLE color: 15846706.
HSL color Cylindrical-coordinate representation of color #32CDF1: hue angle of 191.31º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CDF1 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 205 | 241 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.05 |
| HSL | 191.31º | 0.87% | 0.57% | - |
| HSV(B) | 191.31º | 0.79% | 0.95% | - |
| XYZ | 39.02 | 50.69 | 90.95 | - |
| YUV | 162.76 | 172.15 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 241 | 0.79 | 0.15 | 0 | 0.05 | 191.31 | 0.87 | 0.57 |
| Hex | 32 | CD | F1 | 4F | F | 0 | 5 | BF | 57 | 39 |
| Octal | 62 | 315 | 361 | 117 | 17 | 0 | 5 | 277 | 127 | 71 |
| Binary | 110010 | 11001101 | 11110001 | 1001111 | 1111 | 0 | 101 | 10111111 | 1010111 | 111001 |
Color Harmonies of #32CDF1
Complementary color
Monochromatic Colors of #32CDF1
Black with #32CDF1
Text Example
Text Example
White with #32CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDF1; }
p { color: rgb(50,205,241); }
H1.HeaderClassName
{
color: #32CDF1;
}
.AnyTagClassName
{
color: #32CDF1;
}
</style>
background-color css
<style>
a { background-color: #32CDF1; }
a { background-color: rgb(50,205,241); }
div.DivClassName
{
background-color: #32CDF1;
}
.BgClassName
{
background-color: #32CDF1;
}
</style>
border-color css
<style>
span { border-color: #32CDF1; }
span { border-color: rgb(50,205,241); }
td.TdClassName
{
border-color: #32CDF1;
}
.TagClassName
{
border-color: #32CDF1;
}
</style>