Shades of Summer Sky #32BFCD
Tints of Summer Sky #32BFCD
RGB
CMYK
RGB Variations
Color information
#32BFCD (or 0x32BFCD) is known color: Summer Sky. HEX triplet: 32, BF and CD. RGB value is (50,191,205). Sum of RGB (Red+Green+Blue) = 50+191+205=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #32BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCD is #CD4032. Grayscale: #969696. Windows color (decimal): -13451315 or 13483826. OLE color: 13483826.
HSL color Cylindrical-coordinate representation of color #32BFCD: hue angle of 185.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BFCD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 191 | 205 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.20 |
| HSL | 185.42º | 0.61% | 0.5% | - |
| HSV(B) | 185.42º | 0.76% | 0.8% | - |
| XYZ | 30.97 | 42.35 | 64.3 | - |
| YUV | 150.44 | 158.79 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 205 | 0.76 | 0.07 | 0 | 0.20 | 185.42 | 0.61 | 0.5 |
| Hex | 32 | BF | CD | 4C | 7 | 0 | 14 | B9 | 3D | 32 |
| Octal | 62 | 277 | 315 | 114 | 7 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110010 | 10111111 | 11001101 | 1001100 | 111 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #32BFCD
Complementary color
Monochromatic Colors of #32BFCD
Black with #32BFCD
Text Example
Text Example
White with #32BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFCD; }
p { color: rgb(50,191,205); }
H1.HeaderClassName
{
color: #32BFCD;
}
.AnyTagClassName
{
color: #32BFCD;
}
</style>
background-color css
<style>
a { background-color: #32BFCD; }
a { background-color: rgb(50,191,205); }
div.DivClassName
{
background-color: #32BFCD;
}
.BgClassName
{
background-color: #32BFCD;
}
</style>
border-color css
<style>
span { border-color: #32BFCD; }
span { border-color: rgb(50,191,205); }
td.TdClassName
{
border-color: #32BFCD;
}
.TagClassName
{
border-color: #32BFCD;
}
</style>