Shades of Summer Sky #32CAE4
Tints of Summer Sky #32CAE4
RGB
CMYK
RGB Variations
Color information
#32CAE4 (or 0x32CAE4) is known color: Summer Sky. HEX triplet: 32, CA and E4. RGB value is (50,202,228). Sum of RGB (Red+Green+Blue) = 50+202+228=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #32CAE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAE4 is #CD351B. Grayscale: #9F9F9F. Windows color (decimal): -13448476 or 14993970. OLE color: 14993970.
HSL color Cylindrical-coordinate representation of color #32CAE4: hue angle of 188.76º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CAE4 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 202 | 228 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.11 |
| HSL | 188.76º | 0.77% | 0.55% | - |
| HSV(B) | 188.76º | 0.78% | 0.89% | - |
| XYZ | 36.44 | 48.52 | 80.84 | - |
| YUV | 159.52 | 166.64 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 228 | 0.78 | 0.11 | 0 | 0.11 | 188.76 | 0.77 | 0.55 |
| Hex | 32 | CA | E4 | 4E | B | 0 | B | BD | 4D | 37 |
| Octal | 62 | 312 | 344 | 116 | 13 | 0 | 13 | 275 | 115 | 67 |
| Binary | 110010 | 11001010 | 11100100 | 1001110 | 1011 | 0 | 1011 | 10111101 | 1001101 | 110111 |
Color Harmonies of #32CAE4
Complementary color
Monochromatic Colors of #32CAE4
Black with #32CAE4
Text Example
Text Example
White with #32CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAE4; }
p { color: rgb(50,202,228); }
H1.HeaderClassName
{
color: #32CAE4;
}
.AnyTagClassName
{
color: #32CAE4;
}
</style>
background-color css
<style>
a { background-color: #32CAE4; }
a { background-color: rgb(50,202,228); }
div.DivClassName
{
background-color: #32CAE4;
}
.BgClassName
{
background-color: #32CAE4;
}
</style>
border-color css
<style>
span { border-color: #32CAE4; }
span { border-color: rgb(50,202,228); }
td.TdClassName
{
border-color: #32CAE4;
}
.TagClassName
{
border-color: #32CAE4;
}
</style>