Shades of Summer Sky #32CAE6
Tints of Summer Sky #32CAE6
RGB
CMYK
RGB Variations
Color information
#32CAE6 (or 0x32CAE6) is known color: Summer Sky. HEX triplet: 32, CA and E6. RGB value is (50,202,230). Sum of RGB (Red+Green+Blue) = 50+202+230=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #32CAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAE6 is #CD3519. Grayscale: #9F9F9F. Windows color (decimal): -13448474 or 15125042. OLE color: 15125042.
HSL color Cylindrical-coordinate representation of color #32CAE6: hue angle of 189.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CAE6 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 202 | 230 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.10 |
| HSL | 189.33º | 0.78% | 0.55% | - |
| HSV(B) | 189.33º | 0.78% | 0.9% | - |
| XYZ | 36.72 | 48.63 | 82.31 | - |
| YUV | 159.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 230 | 0.78 | 0.12 | 0 | 0.10 | 189.33 | 0.78 | 0.55 |
| Hex | 32 | CA | E6 | 4E | C | 0 | A | BD | 4E | 37 |
| Octal | 62 | 312 | 346 | 116 | 14 | 0 | 12 | 275 | 116 | 67 |
| Binary | 110010 | 11001010 | 11100110 | 1001110 | 1100 | 0 | 1010 | 10111101 | 1001110 | 110111 |
Color Harmonies of #32CAE6
Complementary color
Monochromatic Colors of #32CAE6
Black with #32CAE6
Text Example
Text Example
White with #32CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAE6; }
p { color: rgb(50,202,230); }
H1.HeaderClassName
{
color: #32CAE6;
}
.AnyTagClassName
{
color: #32CAE6;
}
</style>
background-color css
<style>
a { background-color: #32CAE6; }
a { background-color: rgb(50,202,230); }
div.DivClassName
{
background-color: #32CAE6;
}
.BgClassName
{
background-color: #32CAE6;
}
</style>
border-color css
<style>
span { border-color: #32CAE6; }
span { border-color: rgb(50,202,230); }
td.TdClassName
{
border-color: #32CAE6;
}
.TagClassName
{
border-color: #32CAE6;
}
</style>