Shades of Summer Sky #32AFCA
Tints of Summer Sky #32AFCA
RGB
CMYK
RGB Variations
Color information
#32AFCA (or 0x32AFCA) is known color: Summer Sky. HEX triplet: 32, AF and CA. RGB value is (50,175,202). Sum of RGB (Red+Green+Blue) = 50+175+202=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #32AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCA is #CD5035. Grayscale: #8C8C8C. Windows color (decimal): -13455414 or 13283122. OLE color: 13283122.
HSL color Cylindrical-coordinate representation of color #32AFCA: hue angle of 190.66º 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 #32AFCA is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 175 | 202 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.21 |
| HSL | 190.66º | 0.6% | 0.49% | - |
| HSV(B) | 190.66º | 0.75% | 0.79% | - |
| XYZ | 27.31 | 35.6 | 61.31 | - |
| YUV | 140.7 | 162.59 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 202 | 0.75 | 0.13 | 0 | 0.21 | 190.66 | 0.6 | 0.49 |
| Hex | 32 | AF | CA | 4B | D | 0 | 15 | BF | 3C | 31 |
| Octal | 62 | 257 | 312 | 113 | 15 | 0 | 25 | 277 | 74 | 61 |
| Binary | 110010 | 10101111 | 11001010 | 1001011 | 1101 | 0 | 10101 | 10111111 | 111100 | 110001 |
Color Harmonies of #32AFCA
Complementary color
Monochromatic Colors of #32AFCA
Black with #32AFCA
Text Example
Text Example
White with #32AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFCA; }
p { color: rgb(50,175,202); }
H1.HeaderClassName
{
color: #32AFCA;
}
.AnyTagClassName
{
color: #32AFCA;
}
</style>
background-color css
<style>
a { background-color: #32AFCA; }
a { background-color: rgb(50,175,202); }
div.DivClassName
{
background-color: #32AFCA;
}
.BgClassName
{
background-color: #32AFCA;
}
</style>
border-color css
<style>
span { border-color: #32AFCA; }
span { border-color: rgb(50,175,202); }
td.TdClassName
{
border-color: #32AFCA;
}
.TagClassName
{
border-color: #32AFCA;
}
</style>