Shades of Summer Sky #32C8EA
Tints of Summer Sky #32C8EA
RGB
CMYK
RGB Variations
Color information
#32C8EA (or 0x32C8EA) is known color: Summer Sky. HEX triplet: 32, C8 and EA. RGB value is (50,200,234). Sum of RGB (Red+Green+Blue) = 50+200+234=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #32C8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32C8EA is #CD3715. Grayscale: #9E9E9E. Windows color (decimal): -13448982 or 15386674. OLE color: 15386674.
HSL color Cylindrical-coordinate representation of color #32C8EA: hue angle of 191.09º 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 #32C8EA is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 200 | 234 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.08 |
| HSL | 191.09º | 0.81% | 0.56% | - |
| HSV(B) | 191.09º | 0.79% | 0.92% | - |
| XYZ | 36.82 | 47.93 | 85.15 | - |
| YUV | 159.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 234 | 0.79 | 0.15 | 0 | 0.08 | 191.09 | 0.81 | 0.56 |
| Hex | 32 | C8 | EA | 4F | F | 0 | 8 | BF | 51 | 38 |
| Octal | 62 | 310 | 352 | 117 | 17 | 0 | 10 | 277 | 121 | 70 |
| Binary | 110010 | 11001000 | 11101010 | 1001111 | 1111 | 0 | 1000 | 10111111 | 1010001 | 111000 |
Color Harmonies of #32C8EA
Complementary color
Monochromatic Colors of #32C8EA
Black with #32C8EA
Text Example
Text Example
White with #32C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C8EA; }
p { color: rgb(50,200,234); }
H1.HeaderClassName
{
color: #32C8EA;
}
.AnyTagClassName
{
color: #32C8EA;
}
</style>
background-color css
<style>
a { background-color: #32C8EA; }
a { background-color: rgb(50,200,234); }
div.DivClassName
{
background-color: #32C8EA;
}
.BgClassName
{
background-color: #32C8EA;
}
</style>
border-color css
<style>
span { border-color: #32C8EA; }
span { border-color: rgb(50,200,234); }
td.TdClassName
{
border-color: #32C8EA;
}
.TagClassName
{
border-color: #32C8EA;
}
</style>