Shades of Summer Sky #32C8EF
Tints of Summer Sky #32C8EF
RGB
CMYK
RGB Variations
Color information
#32C8EF (or 0x32C8EF) is known color: Summer Sky. HEX triplet: 32, C8 and EF. RGB value is (50,200,239). Sum of RGB (Red+Green+Blue) = 50+200+239=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #32C8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32C8EF is #CD3710. Grayscale: #9F9F9F. Windows color (decimal): -13448977 or 15714354. OLE color: 15714354.
HSL color Cylindrical-coordinate representation of color #32C8EF: hue angle of 192.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32C8EF is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 200 | 239 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.06 |
| HSL | 192.38º | 0.86% | 0.57% | - |
| HSV(B) | 192.38º | 0.79% | 0.94% | - |
| XYZ | 37.55 | 48.22 | 88.99 | - |
| YUV | 159.6 | 172.81 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 239 | 0.79 | 0.16 | 0 | 0.06 | 192.38 | 0.86 | 0.57 |
| Hex | 32 | C8 | EF | 4F | 10 | 0 | 6 | C0 | 56 | 39 |
| Octal | 62 | 310 | 357 | 117 | 20 | 0 | 6 | 300 | 126 | 71 |
| Binary | 110010 | 11001000 | 11101111 | 1001111 | 10000 | 0 | 110 | 11000000 | 1010110 | 111001 |
Color Harmonies of #32C8EF
Complementary color
Monochromatic Colors of #32C8EF
Black with #32C8EF
Text Example
Text Example
White with #32C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C8EF; }
p { color: rgb(50,200,239); }
H1.HeaderClassName
{
color: #32C8EF;
}
.AnyTagClassName
{
color: #32C8EF;
}
</style>
background-color css
<style>
a { background-color: #32C8EF; }
a { background-color: rgb(50,200,239); }
div.DivClassName
{
background-color: #32C8EF;
}
.BgClassName
{
background-color: #32C8EF;
}
</style>
border-color css
<style>
span { border-color: #32C8EF; }
span { border-color: rgb(50,200,239); }
td.TdClassName
{
border-color: #32C8EF;
}
.TagClassName
{
border-color: #32C8EF;
}
</style>