Shades of Summer Sky #32BFD5
Tints of Summer Sky #32BFD5
RGB
CMYK
RGB Variations
Color information
#32BFD5 (or 0x32BFD5) is known color: Summer Sky. HEX triplet: 32, BF and D5. RGB value is (50,191,213). Sum of RGB (Red+Green+Blue) = 50+191+213=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #32BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFD5 is #CD402A. Grayscale: #979797. Windows color (decimal): -13451307 or 14008114. OLE color: 14008114.
HSL color Cylindrical-coordinate representation of color #32BFD5: hue angle of 188.1º degrees, saturation: 0.66, 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 #32BFD5 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 191 | 213 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.16 |
| HSL | 188.1º | 0.66% | 0.52% | - |
| HSV(B) | 188.1º | 0.77% | 0.84% | - |
| XYZ | 31.96 | 42.74 | 69.52 | - |
| YUV | 151.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 213 | 0.77 | 0.10 | 0 | 0.16 | 188.1 | 0.66 | 0.52 |
| Hex | 32 | BF | D5 | 4D | A | 0 | 10 | BC | 42 | 34 |
| Octal | 62 | 277 | 325 | 115 | 12 | 0 | 20 | 274 | 102 | 64 |
| Binary | 110010 | 10111111 | 11010101 | 1001101 | 1010 | 0 | 10000 | 10111100 | 1000010 | 110100 |
Color Harmonies of #32BFD5
Complementary color
Monochromatic Colors of #32BFD5
Black with #32BFD5
Text Example
Text Example
White with #32BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFD5; }
p { color: rgb(50,191,213); }
H1.HeaderClassName
{
color: #32BFD5;
}
.AnyTagClassName
{
color: #32BFD5;
}
</style>
background-color css
<style>
a { background-color: #32BFD5; }
a { background-color: rgb(50,191,213); }
div.DivClassName
{
background-color: #32BFD5;
}
.BgClassName
{
background-color: #32BFD5;
}
</style>
border-color css
<style>
span { border-color: #32BFD5; }
span { border-color: rgb(50,191,213); }
td.TdClassName
{
border-color: #32BFD5;
}
.TagClassName
{
border-color: #32BFD5;
}
</style>