Shades of Summer Sky #32CAE5
Tints of Summer Sky #32CAE5
RGB
CMYK
RGB Variations
Color information
#32CAE5 (or 0x32CAE5) is known color: Summer Sky. HEX triplet: 32, CA and E5. RGB value is (50,202,229). Sum of RGB (Red+Green+Blue) = 50+202+229=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #32CAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAE5 is #CD351A. Grayscale: #9F9F9F. Windows color (decimal): -13448475 or 15059506. OLE color: 15059506.
HSL color Cylindrical-coordinate representation of color #32CAE5: hue angle of 189.05º degrees, saturation: 0.77, 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 #32CAE5 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 202 | 229 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.10 |
| HSL | 189.05º | 0.77% | 0.55% | - |
| HSV(B) | 189.05º | 0.78% | 0.9% | - |
| XYZ | 36.58 | 48.58 | 81.58 | - |
| YUV | 159.63 | 167.14 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 229 | 0.78 | 0.12 | 0 | 0.10 | 189.05 | 0.77 | 0.55 |
| Hex | 32 | CA | E5 | 4E | C | 0 | A | BD | 4D | 37 |
| Octal | 62 | 312 | 345 | 116 | 14 | 0 | 12 | 275 | 115 | 67 |
| Binary | 110010 | 11001010 | 11100101 | 1001110 | 1100 | 0 | 1010 | 10111101 | 1001101 | 110111 |
Color Harmonies of #32CAE5
Complementary color
Monochromatic Colors of #32CAE5
Black with #32CAE5
Text Example
Text Example
White with #32CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAE5; }
p { color: rgb(50,202,229); }
H1.HeaderClassName
{
color: #32CAE5;
}
.AnyTagClassName
{
color: #32CAE5;
}
</style>
background-color css
<style>
a { background-color: #32CAE5; }
a { background-color: rgb(50,202,229); }
div.DivClassName
{
background-color: #32CAE5;
}
.BgClassName
{
background-color: #32CAE5;
}
</style>
border-color css
<style>
span { border-color: #32CAE5; }
span { border-color: rgb(50,202,229); }
td.TdClassName
{
border-color: #32CAE5;
}
.TagClassName
{
border-color: #32CAE5;
}
</style>