Shades of Summer Sky #32ABCA
Tints of Summer Sky #32ABCA
RGB
CMYK
RGB Variations
Color information
#32ABCA (or 0x32ABCA) is known color: Summer Sky. HEX triplet: 32, AB and CA. RGB value is (50,171,202). Sum of RGB (Red+Green+Blue) = 50+171+202=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #32ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABCA is #CD5435. Grayscale: #8A8A8A. Windows color (decimal): -13456438 or 13282098. OLE color: 13282098.
HSL color Cylindrical-coordinate representation of color #32ABCA: hue angle of 192.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32ABCA is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 171 | 202 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.21 |
| HSL | 192.24º | 0.6% | 0.49% | - |
| HSV(B) | 192.24º | 0.75% | 0.79% | - |
| XYZ | 26.54 | 34.07 | 61.05 | - |
| YUV | 138.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 202 | 0.75 | 0.15 | 0 | 0.21 | 192.24 | 0.6 | 0.49 |
| Hex | 32 | AB | CA | 4B | F | 0 | 15 | C0 | 3C | 31 |
| Octal | 62 | 253 | 312 | 113 | 17 | 0 | 25 | 300 | 74 | 61 |
| Binary | 110010 | 10101011 | 11001010 | 1001011 | 1111 | 0 | 10101 | 11000000 | 111100 | 110001 |
Color Harmonies of #32ABCA
Complementary color
Monochromatic Colors of #32ABCA
Black with #32ABCA
Text Example
Text Example
White with #32ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABCA; }
p { color: rgb(50,171,202); }
H1.HeaderClassName
{
color: #32ABCA;
}
.AnyTagClassName
{
color: #32ABCA;
}
</style>
background-color css
<style>
a { background-color: #32ABCA; }
a { background-color: rgb(50,171,202); }
div.DivClassName
{
background-color: #32ABCA;
}
.BgClassName
{
background-color: #32ABCA;
}
</style>
border-color css
<style>
span { border-color: #32ABCA; }
span { border-color: rgb(50,171,202); }
td.TdClassName
{
border-color: #32ABCA;
}
.TagClassName
{
border-color: #32ABCA;
}
</style>