Shades of Summer Sky #32ACCB
Tints of Summer Sky #32ACCB
RGB
CMYK
RGB Variations
Color information
#32ACCB (or 0x32ACCB) is known color: Summer Sky. HEX triplet: 32, AC and CB. RGB value is (50,172,203). Sum of RGB (Red+Green+Blue) = 50+172+203=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #32ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACCB is #CD5334. Grayscale: #8A8A8A. Windows color (decimal): -13456181 or 13347890. OLE color: 13347890.
HSL color Cylindrical-coordinate representation of color #32ACCB: hue angle of 192.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32ACCB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 172 | 203 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.20 |
| HSL | 192.16º | 0.6% | 0.5% | - |
| HSV(B) | 192.16º | 0.75% | 0.8% | - |
| XYZ | 26.85 | 34.49 | 61.74 | - |
| YUV | 139.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 203 | 0.75 | 0.15 | 0 | 0.20 | 192.16 | 0.6 | 0.5 |
| Hex | 32 | AC | CB | 4B | F | 0 | 14 | C0 | 3C | 32 |
| Octal | 62 | 254 | 313 | 113 | 17 | 0 | 24 | 300 | 74 | 62 |
| Binary | 110010 | 10101100 | 11001011 | 1001011 | 1111 | 0 | 10100 | 11000000 | 111100 | 110010 |
Color Harmonies of #32ACCB
Complementary color
Monochromatic Colors of #32ACCB
Black with #32ACCB
Text Example
Text Example
White with #32ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACCB; }
p { color: rgb(50,172,203); }
H1.HeaderClassName
{
color: #32ACCB;
}
.AnyTagClassName
{
color: #32ACCB;
}
</style>
background-color css
<style>
a { background-color: #32ACCB; }
a { background-color: rgb(50,172,203); }
div.DivClassName
{
background-color: #32ACCB;
}
.BgClassName
{
background-color: #32ACCB;
}
</style>
border-color css
<style>
span { border-color: #32ACCB; }
span { border-color: rgb(50,172,203); }
td.TdClassName
{
border-color: #32ACCB;
}
.TagClassName
{
border-color: #32ACCB;
}
</style>