Shades of Summer Sky #32B2EB
Tints of Summer Sky #32B2EB
RGB
CMYK
RGB Variations
Color information
#32B2EB (or 0x32B2EB) is known color: Summer Sky. HEX triplet: 32, B2 and EB. RGB value is (50,178,235). Sum of RGB (Red+Green+Blue) = 50+178+235=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #32B2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32B2EB is #CD4D14. Grayscale: #919191. Windows color (decimal): -13454613 or 15446578. OLE color: 15446578.
HSL color Cylindrical-coordinate representation of color #32B2EB: hue angle of 198.49º degrees, saturation: 0.82, 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 #32B2EB is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 178 | 235 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.08 |
| HSL | 198.49º | 0.82% | 0.56% | - |
| HSV(B) | 198.49º | 0.79% | 0.92% | - |
| XYZ | 32.23 | 38.52 | 84.33 | - |
| YUV | 146.23 | 178.09 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 235 | 0.79 | 0.24 | 0 | 0.08 | 198.49 | 0.82 | 0.56 |
| Hex | 32 | B2 | EB | 4F | 18 | 0 | 8 | C6 | 52 | 38 |
| Octal | 62 | 262 | 353 | 117 | 30 | 0 | 10 | 306 | 122 | 70 |
| Binary | 110010 | 10110010 | 11101011 | 1001111 | 11000 | 0 | 1000 | 11000110 | 1010010 | 111000 |
Color Harmonies of #32B2EB
Complementary color
Monochromatic Colors of #32B2EB
Black with #32B2EB
Text Example
Text Example
White with #32B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B2EB; }
p { color: rgb(50,178,235); }
H1.HeaderClassName
{
color: #32B2EB;
}
.AnyTagClassName
{
color: #32B2EB;
}
</style>
background-color css
<style>
a { background-color: #32B2EB; }
a { background-color: rgb(50,178,235); }
div.DivClassName
{
background-color: #32B2EB;
}
.BgClassName
{
background-color: #32B2EB;
}
</style>
border-color css
<style>
span { border-color: #32B2EB; }
span { border-color: rgb(50,178,235); }
td.TdClassName
{
border-color: #32B2EB;
}
.TagClassName
{
border-color: #32B2EB;
}
</style>