Shades of Summer Sky #32B9FF
Tints of Summer Sky #32B9FF
RGB
CMYK
RGB Variations
Color information
#32B9FF (or 0x32B9FF) is known color: Summer Sky. HEX triplet: 32, B9 and FF. RGB value is (50,185,255). Sum of RGB (Red+Green+Blue) = 50+185+255=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #32B9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B9FF is #CD4600. Grayscale: #989898. Windows color (decimal): -13452801 or 16759090. OLE color: 16759090.
HSL color Cylindrical-coordinate representation of color #32B9FF: hue angle of 200.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B9FF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 185 | 255 | - |
| CMYK | 0.80 | 0.27 | 0 | 0 |
| HSL | 200.49º | 1% | 0.6% | - |
| HSV(B) | 200.49º | 0.8% | 1% | - |
| XYZ | 36.71 | 42.6 | 100.89 | - |
| YUV | 152.62 | 185.77 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 255 | 0.80 | 0.27 | 0 | 0 | 200.49 | 1 | 0.6 |
| Hex | 32 | B9 | FF | 50 | 1B | 0 | 0 | C8 | 64 | 3C |
| Octal | 62 | 271 | 377 | 120 | 33 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110010 | 10111001 | 11111111 | 1010000 | 11011 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #32B9FF
Complementary color
Monochromatic Colors of #32B9FF
Black with #32B9FF
Text Example
Text Example
White with #32B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B9FF; }
p { color: rgb(50,185,255); }
H1.HeaderClassName
{
color: #32B9FF;
}
.AnyTagClassName
{
color: #32B9FF;
}
</style>
background-color css
<style>
a { background-color: #32B9FF; }
a { background-color: rgb(50,185,255); }
div.DivClassName
{
background-color: #32B9FF;
}
.BgClassName
{
background-color: #32B9FF;
}
</style>
border-color css
<style>
span { border-color: #32B9FF; }
span { border-color: rgb(50,185,255); }
td.TdClassName
{
border-color: #32B9FF;
}
.TagClassName
{
border-color: #32B9FF;
}
</style>