Shades of Summer Sky #32CAF7
Tints of Summer Sky #32CAF7
RGB
CMYK
RGB Variations
Color information
#32CAF7 (or 0x32CAF7) is known color: Summer Sky. HEX triplet: 32, CA and F7. RGB value is (50,202,247). Sum of RGB (Red+Green+Blue) = 50+202+247=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #32CAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAF7 is #CD3508. Grayscale: #A1A1A1. Windows color (decimal): -13448457 or 16239154. OLE color: 16239154.
HSL color Cylindrical-coordinate representation of color #32CAF7: hue angle of 193.71º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CAF7 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 202 | 247 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.03 |
| HSL | 193.71º | 0.92% | 0.58% | - |
| HSV(B) | 193.71º | 0.8% | 0.97% | - |
| XYZ | 39.22 | 49.63 | 95.51 | - |
| YUV | 161.68 | 176.14 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 247 | 0.80 | 0.18 | 0 | 0.03 | 193.71 | 0.92 | 0.58 |
| Hex | 32 | CA | F7 | 50 | 12 | 0 | 3 | C2 | 5C | 3A |
| Octal | 62 | 312 | 367 | 120 | 22 | 0 | 3 | 302 | 134 | 72 |
| Binary | 110010 | 11001010 | 11110111 | 1010000 | 10010 | 0 | 11 | 11000010 | 1011100 | 111010 |
Color Harmonies of #32CAF7
Complementary color
Monochromatic Colors of #32CAF7
Black with #32CAF7
Text Example
Text Example
White with #32CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAF7; }
p { color: rgb(50,202,247); }
H1.HeaderClassName
{
color: #32CAF7;
}
.AnyTagClassName
{
color: #32CAF7;
}
</style>
background-color css
<style>
a { background-color: #32CAF7; }
a { background-color: rgb(50,202,247); }
div.DivClassName
{
background-color: #32CAF7;
}
.BgClassName
{
background-color: #32CAF7;
}
</style>
border-color css
<style>
span { border-color: #32CAF7; }
span { border-color: rgb(50,202,247); }
td.TdClassName
{
border-color: #32CAF7;
}
.TagClassName
{
border-color: #32CAF7;
}
</style>