Shades of Summer Sky #32CAEA
Tints of Summer Sky #32CAEA
RGB
CMYK
RGB Variations
Color information
#32CAEA (or 0x32CAEA) is known color: Summer Sky. HEX triplet: 32, CA and EA. RGB value is (50,202,234). Sum of RGB (Red+Green+Blue) = 50+202+234=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #32CAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAEA is #CD3515. Grayscale: #9F9F9F. Windows color (decimal): -13448470 or 15387186. OLE color: 15387186.
HSL color Cylindrical-coordinate representation of color #32CAEA: hue angle of 190.43º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CAEA is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 202 | 234 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.08 |
| HSL | 190.43º | 0.81% | 0.56% | - |
| HSV(B) | 190.43º | 0.79% | 0.92% | - |
| XYZ | 37.29 | 48.86 | 85.31 | - |
| YUV | 160.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 234 | 0.79 | 0.14 | 0 | 0.08 | 190.43 | 0.81 | 0.56 |
| Hex | 32 | CA | EA | 4F | E | 0 | 8 | BE | 51 | 38 |
| Octal | 62 | 312 | 352 | 117 | 16 | 0 | 10 | 276 | 121 | 70 |
| Binary | 110010 | 11001010 | 11101010 | 1001111 | 1110 | 0 | 1000 | 10111110 | 1010001 | 111000 |
Color Harmonies of #32CAEA
Complementary color
Monochromatic Colors of #32CAEA
Black with #32CAEA
Text Example
Text Example
White with #32CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAEA; }
p { color: rgb(50,202,234); }
H1.HeaderClassName
{
color: #32CAEA;
}
.AnyTagClassName
{
color: #32CAEA;
}
</style>
background-color css
<style>
a { background-color: #32CAEA; }
a { background-color: rgb(50,202,234); }
div.DivClassName
{
background-color: #32CAEA;
}
.BgClassName
{
background-color: #32CAEA;
}
</style>
border-color css
<style>
span { border-color: #32CAEA; }
span { border-color: rgb(50,202,234); }
td.TdClassName
{
border-color: #32CAEA;
}
.TagClassName
{
border-color: #32CAEA;
}
</style>