Shades of Summer Sky #32B4C8
Tints of Summer Sky #32B4C8
RGB
CMYK
RGB Variations
Color information
#32B4C8 (or 0x32B4C8) is known color: Summer Sky. HEX triplet: 32, B4 and C8. RGB value is (50,180,200). Sum of RGB (Red+Green+Blue) = 50+180+200=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #32B4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B4C8 is #CD4B37. Grayscale: #8F8F8F. Windows color (decimal): -13454136 or 13153330. OLE color: 13153330.
HSL color Cylindrical-coordinate representation of color #32B4C8: hue angle of 188º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B4C8 is Cyan = 0.75, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 180 | 200 | - |
| CMYK | 0.75 | 0.1 | 0 | 0.22 |
| HSL | 188º | 0.6% | 0.49% | - |
| HSV(B) | 188º | 0.75% | 0.78% | - |
| XYZ | 28.06 | 37.49 | 60.4 | - |
| YUV | 143.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 200 | 0.75 | 0.1 | 0 | 0.22 | 188 | 0.6 | 0.49 |
| Hex | 32 | B4 | C8 | 4B | A | 0 | 16 | BC | 3C | 31 |
| Octal | 62 | 264 | 310 | 113 | 12 | 0 | 26 | 274 | 74 | 61 |
| Binary | 110010 | 10110100 | 11001000 | 1001011 | 1010 | 0 | 10110 | 10111100 | 111100 | 110001 |
Color Harmonies of #32B4C8
Complementary color
Monochromatic Colors of #32B4C8
Black with #32B4C8
Text Example
Text Example
White with #32B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B4C8; }
p { color: rgb(50,180,200); }
H1.HeaderClassName
{
color: #32B4C8;
}
.AnyTagClassName
{
color: #32B4C8;
}
</style>
background-color css
<style>
a { background-color: #32B4C8; }
a { background-color: rgb(50,180,200); }
div.DivClassName
{
background-color: #32B4C8;
}
.BgClassName
{
background-color: #32B4C8;
}
</style>
border-color css
<style>
span { border-color: #32B4C8; }
span { border-color: rgb(50,180,200); }
td.TdClassName
{
border-color: #32B4C8;
}
.TagClassName
{
border-color: #32B4C8;
}
</style>