Shades of Summer Sky #32B4EA
Tints of Summer Sky #32B4EA
RGB
CMYK
RGB Variations
Color information
#32B4EA (or 0x32B4EA) is known color: Summer Sky. HEX triplet: 32, B4 and EA. RGB value is (50,180,234). Sum of RGB (Red+Green+Blue) = 50+180+234=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #32B4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B4EA is #CD4B15. Grayscale: #929292. Windows color (decimal): -13454102 or 15381554. OLE color: 15381554.
HSL color Cylindrical-coordinate representation of color #32B4EA: hue angle of 197.61º 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 #32B4EA is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 180 | 234 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.08 |
| HSL | 197.61º | 0.81% | 0.56% | - |
| HSV(B) | 197.61º | 0.79% | 0.92% | - |
| XYZ | 32.49 | 39.26 | 83.71 | - |
| YUV | 147.29 | 176.93 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 234 | 0.79 | 0.23 | 0 | 0.08 | 197.61 | 0.81 | 0.56 |
| Hex | 32 | B4 | EA | 4F | 17 | 0 | 8 | C6 | 51 | 38 |
| Octal | 62 | 264 | 352 | 117 | 27 | 0 | 10 | 306 | 121 | 70 |
| Binary | 110010 | 10110100 | 11101010 | 1001111 | 10111 | 0 | 1000 | 11000110 | 1010001 | 111000 |
Color Harmonies of #32B4EA
Complementary color
Monochromatic Colors of #32B4EA
Black with #32B4EA
Text Example
Text Example
White with #32B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B4EA; }
p { color: rgb(50,180,234); }
H1.HeaderClassName
{
color: #32B4EA;
}
.AnyTagClassName
{
color: #32B4EA;
}
</style>
background-color css
<style>
a { background-color: #32B4EA; }
a { background-color: rgb(50,180,234); }
div.DivClassName
{
background-color: #32B4EA;
}
.BgClassName
{
background-color: #32B4EA;
}
</style>
border-color css
<style>
span { border-color: #32B4EA; }
span { border-color: rgb(50,180,234); }
td.TdClassName
{
border-color: #32B4EA;
}
.TagClassName
{
border-color: #32B4EA;
}
</style>