Shades of Summer Sky #32AFCF
Tints of Summer Sky #32AFCF
RGB
CMYK
RGB Variations
Color information
#32AFCF (or 0x32AFCF) is known color: Summer Sky. HEX triplet: 32, AF and CF. RGB value is (50,175,207). Sum of RGB (Red+Green+Blue) = 50+175+207=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #32AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCF is #CD5030. Grayscale: #8D8D8D. Windows color (decimal): -13455409 or 13610802. OLE color: 13610802.
HSL color Cylindrical-coordinate representation of color #32AFCF: hue angle of 192.23º 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 #32AFCF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 175 | 207 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.19 |
| HSL | 192.23º | 0.62% | 0.5% | - |
| HSV(B) | 192.23º | 0.76% | 0.81% | - |
| XYZ | 27.91 | 35.84 | 64.48 | - |
| YUV | 141.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 207 | 0.76 | 0.15 | 0 | 0.19 | 192.23 | 0.62 | 0.5 |
| Hex | 32 | AF | CF | 4C | F | 0 | 13 | C0 | 3E | 32 |
| Octal | 62 | 257 | 317 | 114 | 17 | 0 | 23 | 300 | 76 | 62 |
| Binary | 110010 | 10101111 | 11001111 | 1001100 | 1111 | 0 | 10011 | 11000000 | 111110 | 110010 |
Color Harmonies of #32AFCF
Complementary color
Monochromatic Colors of #32AFCF
Black with #32AFCF
Text Example
Text Example
White with #32AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFCF; }
p { color: rgb(50,175,207); }
H1.HeaderClassName
{
color: #32AFCF;
}
.AnyTagClassName
{
color: #32AFCF;
}
</style>
background-color css
<style>
a { background-color: #32AFCF; }
a { background-color: rgb(50,175,207); }
div.DivClassName
{
background-color: #32AFCF;
}
.BgClassName
{
background-color: #32AFCF;
}
</style>
border-color css
<style>
span { border-color: #32AFCF; }
span { border-color: rgb(50,175,207); }
td.TdClassName
{
border-color: #32AFCF;
}
.TagClassName
{
border-color: #32AFCF;
}
</style>