Shades of Summer Sky #32BFD7
Tints of Summer Sky #32BFD7
RGB
CMYK
RGB Variations
Color information
#32BFD7 (or 0x32BFD7) is known color: Summer Sky. HEX triplet: 32, BF and D7. RGB value is (50,191,215). Sum of RGB (Red+Green+Blue) = 50+191+215=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #32BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFD7 is #CD4028. Grayscale: #979797. Windows color (decimal): -13451305 or 14139186. OLE color: 14139186.
HSL color Cylindrical-coordinate representation of color #32BFD7: hue angle of 188.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BFD7 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 191 | 215 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.16 |
| HSL | 188.73º | 0.67% | 0.52% | - |
| HSV(B) | 188.73º | 0.77% | 0.84% | - |
| XYZ | 32.21 | 42.85 | 70.86 | - |
| YUV | 151.58 | 163.79 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 215 | 0.77 | 0.11 | 0 | 0.16 | 188.73 | 0.67 | 0.52 |
| Hex | 32 | BF | D7 | 4D | B | 0 | 10 | BD | 43 | 34 |
| Octal | 62 | 277 | 327 | 115 | 13 | 0 | 20 | 275 | 103 | 64 |
| Binary | 110010 | 10111111 | 11010111 | 1001101 | 1011 | 0 | 10000 | 10111101 | 1000011 | 110100 |
Color Harmonies of #32BFD7
Complementary color
Monochromatic Colors of #32BFD7
Black with #32BFD7
Text Example
Text Example
White with #32BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFD7; }
p { color: rgb(50,191,215); }
H1.HeaderClassName
{
color: #32BFD7;
}
.AnyTagClassName
{
color: #32BFD7;
}
</style>
background-color css
<style>
a { background-color: #32BFD7; }
a { background-color: rgb(50,191,215); }
div.DivClassName
{
background-color: #32BFD7;
}
.BgClassName
{
background-color: #32BFD7;
}
</style>
border-color css
<style>
span { border-color: #32BFD7; }
span { border-color: rgb(50,191,215); }
td.TdClassName
{
border-color: #32BFD7;
}
.TagClassName
{
border-color: #32BFD7;
}
</style>