Shades of Summer Sky #32BFD8
Tints of Summer Sky #32BFD8
RGB
CMYK
RGB Variations
Color information
#32BFD8 (or 0x32BFD8) is known color: Summer Sky. HEX triplet: 32, BF and D8. RGB value is (50,191,216). Sum of RGB (Red+Green+Blue) = 50+191+216=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #32BFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFD8 is #CD4027. Grayscale: #979797. Windows color (decimal): -13451304 or 14204722. OLE color: 14204722.
HSL color Cylindrical-coordinate representation of color #32BFD8: hue angle of 189.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BFD8 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 191 | 216 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.15 |
| HSL | 189.04º | 0.68% | 0.52% | - |
| HSV(B) | 189.04º | 0.77% | 0.85% | - |
| XYZ | 32.34 | 42.9 | 71.54 | - |
| YUV | 151.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 216 | 0.77 | 0.12 | 0 | 0.15 | 189.04 | 0.68 | 0.52 |
| Hex | 32 | BF | D8 | 4D | C | 0 | F | BD | 44 | 34 |
| Octal | 62 | 277 | 330 | 115 | 14 | 0 | 17 | 275 | 104 | 64 |
| Binary | 110010 | 10111111 | 11011000 | 1001101 | 1100 | 0 | 1111 | 10111101 | 1000100 | 110100 |
Color Harmonies of #32BFD8
Complementary color
Monochromatic Colors of #32BFD8
Black with #32BFD8
Text Example
Text Example
White with #32BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFD8; }
p { color: rgb(50,191,216); }
H1.HeaderClassName
{
color: #32BFD8;
}
.AnyTagClassName
{
color: #32BFD8;
}
</style>
background-color css
<style>
a { background-color: #32BFD8; }
a { background-color: rgb(50,191,216); }
div.DivClassName
{
background-color: #32BFD8;
}
.BgClassName
{
background-color: #32BFD8;
}
</style>
border-color css
<style>
span { border-color: #32BFD8; }
span { border-color: rgb(50,191,216); }
td.TdClassName
{
border-color: #32BFD8;
}
.TagClassName
{
border-color: #32BFD8;
}
</style>