Shades of Summer Sky #32C3EA
Tints of Summer Sky #32C3EA
RGB
CMYK
RGB Variations
Color information
#32C3EA (or 0x32C3EA) is known color: Summer Sky. HEX triplet: 32, C3 and EA. RGB value is (50,195,234). Sum of RGB (Red+Green+Blue) = 50+195+234=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #32C3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32C3EA is #CD3C15. Grayscale: #9B9B9B. Windows color (decimal): -13450262 or 15385394. OLE color: 15385394.
HSL color Cylindrical-coordinate representation of color #32C3EA: hue angle of 192.72º 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 #32C3EA is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 195 | 234 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.08 |
| HSL | 192.72º | 0.81% | 0.56% | - |
| HSV(B) | 192.72º | 0.79% | 0.92% | - |
| XYZ | 35.68 | 45.65 | 84.77 | - |
| YUV | 156.09 | 171.96 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 234 | 0.79 | 0.17 | 0 | 0.08 | 192.72 | 0.81 | 0.56 |
| Hex | 32 | C3 | EA | 4F | 11 | 0 | 8 | C1 | 51 | 38 |
| Octal | 62 | 303 | 352 | 117 | 21 | 0 | 10 | 301 | 121 | 70 |
| Binary | 110010 | 11000011 | 11101010 | 1001111 | 10001 | 0 | 1000 | 11000001 | 1010001 | 111000 |
Color Harmonies of #32C3EA
Complementary color
Monochromatic Colors of #32C3EA
Black with #32C3EA
Text Example
Text Example
White with #32C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C3EA; }
p { color: rgb(50,195,234); }
H1.HeaderClassName
{
color: #32C3EA;
}
.AnyTagClassName
{
color: #32C3EA;
}
</style>
background-color css
<style>
a { background-color: #32C3EA; }
a { background-color: rgb(50,195,234); }
div.DivClassName
{
background-color: #32C3EA;
}
.BgClassName
{
background-color: #32C3EA;
}
</style>
border-color css
<style>
span { border-color: #32C3EA; }
span { border-color: rgb(50,195,234); }
td.TdClassName
{
border-color: #32C3EA;
}
.TagClassName
{
border-color: #32C3EA;
}
</style>