Shades of Summer Sky #32B9FD
Tints of Summer Sky #32B9FD
RGB
CMYK
RGB Variations
Color information
#32B9FD (or 0x32B9FD) is known color: Summer Sky. HEX triplet: 32, B9 and FD. RGB value is (50,185,253). Sum of RGB (Red+Green+Blue) = 50+185+253=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #32B9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B9FD is #CD4602. Grayscale: #979797. Windows color (decimal): -13452803 or 16628018. OLE color: 16628018.
HSL color Cylindrical-coordinate representation of color #32B9FD: hue angle of 200.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B9FD is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 185 | 253 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.01 |
| HSL | 200.1º | 0.98% | 0.59% | - |
| HSV(B) | 200.1º | 0.8% | 0.99% | - |
| XYZ | 36.39 | 42.47 | 99.21 | - |
| YUV | 152.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 253 | 0.80 | 0.27 | 0 | 0.01 | 200.1 | 0.98 | 0.59 |
| Hex | 32 | B9 | FD | 50 | 1B | 0 | 1 | C8 | 62 | 3B |
| Octal | 62 | 271 | 375 | 120 | 33 | 0 | 1 | 310 | 142 | 73 |
| Binary | 110010 | 10111001 | 11111101 | 1010000 | 11011 | 0 | 1 | 11001000 | 1100010 | 111011 |
Color Harmonies of #32B9FD
Complementary color
Monochromatic Colors of #32B9FD
Black with #32B9FD
Text Example
Text Example
White with #32B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B9FD; }
p { color: rgb(50,185,253); }
H1.HeaderClassName
{
color: #32B9FD;
}
.AnyTagClassName
{
color: #32B9FD;
}
</style>
background-color css
<style>
a { background-color: #32B9FD; }
a { background-color: rgb(50,185,253); }
div.DivClassName
{
background-color: #32B9FD;
}
.BgClassName
{
background-color: #32B9FD;
}
</style>
border-color css
<style>
span { border-color: #32B9FD; }
span { border-color: rgb(50,185,253); }
td.TdClassName
{
border-color: #32B9FD;
}
.TagClassName
{
border-color: #32B9FD;
}
</style>