Shades of Summer Sky #32BDF9
Tints of Summer Sky #32BDF9
RGB
CMYK
RGB Variations
Color information
#32BDF9 (or 0x32BDF9) is known color: Summer Sky. HEX triplet: 32, BD and F9. RGB value is (50,189,249). Sum of RGB (Red+Green+Blue) = 50+189+249=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #32BDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDF9 is #CD4206. Grayscale: #999999. Windows color (decimal): -13451783 or 16366898. OLE color: 16366898.
HSL color Cylindrical-coordinate representation of color #32BDF9: hue angle of 198.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BDF9 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 189 | 249 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.02 |
| HSL | 198.09º | 0.94% | 0.59% | - |
| HSV(B) | 198.09º | 0.8% | 0.98% | - |
| XYZ | 36.61 | 43.91 | 96.17 | - |
| YUV | 154.28 | 181.45 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 249 | 0.80 | 0.24 | 0 | 0.02 | 198.09 | 0.94 | 0.59 |
| Hex | 32 | BD | F9 | 50 | 18 | 0 | 2 | C6 | 5E | 3B |
| Octal | 62 | 275 | 371 | 120 | 30 | 0 | 2 | 306 | 136 | 73 |
| Binary | 110010 | 10111101 | 11111001 | 1010000 | 11000 | 0 | 10 | 11000110 | 1011110 | 111011 |
Color Harmonies of #32BDF9
Complementary color
Monochromatic Colors of #32BDF9
Black with #32BDF9
Text Example
Text Example
White with #32BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDF9; }
p { color: rgb(50,189,249); }
H1.HeaderClassName
{
color: #32BDF9;
}
.AnyTagClassName
{
color: #32BDF9;
}
</style>
background-color css
<style>
a { background-color: #32BDF9; }
a { background-color: rgb(50,189,249); }
div.DivClassName
{
background-color: #32BDF9;
}
.BgClassName
{
background-color: #32BDF9;
}
</style>
border-color css
<style>
span { border-color: #32BDF9; }
span { border-color: rgb(50,189,249); }
td.TdClassName
{
border-color: #32BDF9;
}
.TagClassName
{
border-color: #32BDF9;
}
</style>