Shades of Summer Sky #32ABCF
Tints of Summer Sky #32ABCF
RGB
CMYK
RGB Variations
Color information
#32ABCF (or 0x32ABCF) is known color: Summer Sky. HEX triplet: 32, AB and CF. RGB value is (50,171,207). Sum of RGB (Red+Green+Blue) = 50+171+207=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #32ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABCF is #CD5430. Grayscale: #8A8A8A. Windows color (decimal): -13456433 or 13609778. OLE color: 13609778.
HSL color Cylindrical-coordinate representation of color #32ABCF: hue angle of 193.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32ABCF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 171 | 207 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.19 |
| HSL | 193.76º | 0.62% | 0.5% | - |
| HSV(B) | 193.76º | 0.76% | 0.81% | - |
| XYZ | 27.14 | 34.31 | 64.22 | - |
| YUV | 138.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 207 | 0.76 | 0.17 | 0 | 0.19 | 193.76 | 0.62 | 0.5 |
| Hex | 32 | AB | CF | 4C | 11 | 0 | 13 | C2 | 3E | 32 |
| Octal | 62 | 253 | 317 | 114 | 21 | 0 | 23 | 302 | 76 | 62 |
| Binary | 110010 | 10101011 | 11001111 | 1001100 | 10001 | 0 | 10011 | 11000010 | 111110 | 110010 |
Color Harmonies of #32ABCF
Complementary color
Monochromatic Colors of #32ABCF
Black with #32ABCF
Text Example
Text Example
White with #32ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABCF; }
p { color: rgb(50,171,207); }
H1.HeaderClassName
{
color: #32ABCF;
}
.AnyTagClassName
{
color: #32ABCF;
}
</style>
background-color css
<style>
a { background-color: #32ABCF; }
a { background-color: rgb(50,171,207); }
div.DivClassName
{
background-color: #32ABCF;
}
.BgClassName
{
background-color: #32ABCF;
}
</style>
border-color css
<style>
span { border-color: #32ABCF; }
span { border-color: rgb(50,171,207); }
td.TdClassName
{
border-color: #32ABCF;
}
.TagClassName
{
border-color: #32ABCF;
}
</style>