Shades of Summer Sky #32BFDF
Tints of Summer Sky #32BFDF
RGB
CMYK
RGB Variations
Color information
#32BFDF (or 0x32BFDF) is known color: Summer Sky. HEX triplet: 32, BF and DF. RGB value is (50,191,223). Sum of RGB (Red+Green+Blue) = 50+191+223=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #32BFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFDF is #CD4020. Grayscale: #989898. Windows color (decimal): -13451297 or 14663474. OLE color: 14663474.
HSL color Cylindrical-coordinate representation of color #32BFDF: hue angle of 191.1º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BFDF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 191 | 223 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.13 |
| HSL | 191.1º | 0.73% | 0.54% | - |
| HSV(B) | 191.1º | 0.78% | 0.87% | - |
| XYZ | 33.27 | 43.27 | 76.41 | - |
| YUV | 152.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 223 | 0.78 | 0.14 | 0 | 0.13 | 191.1 | 0.73 | 0.54 |
| Hex | 32 | BF | DF | 4E | E | 0 | D | BF | 49 | 36 |
| Octal | 62 | 277 | 337 | 116 | 16 | 0 | 15 | 277 | 111 | 66 |
| Binary | 110010 | 10111111 | 11011111 | 1001110 | 1110 | 0 | 1101 | 10111111 | 1001001 | 110110 |
Color Harmonies of #32BFDF
Complementary color
Monochromatic Colors of #32BFDF
Black with #32BFDF
Text Example
Text Example
White with #32BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFDF; }
p { color: rgb(50,191,223); }
H1.HeaderClassName
{
color: #32BFDF;
}
.AnyTagClassName
{
color: #32BFDF;
}
</style>
background-color css
<style>
a { background-color: #32BFDF; }
a { background-color: rgb(50,191,223); }
div.DivClassName
{
background-color: #32BFDF;
}
.BgClassName
{
background-color: #32BFDF;
}
</style>
border-color css
<style>
span { border-color: #32BFDF; }
span { border-color: rgb(50,191,223); }
td.TdClassName
{
border-color: #32BFDF;
}
.TagClassName
{
border-color: #32BFDF;
}
</style>