Shades of Summer Sky #32BFCE
Tints of Summer Sky #32BFCE
RGB
CMYK
RGB Variations
Color information
#32BFCE (or 0x32BFCE) is known color: Summer Sky. HEX triplet: 32, BF and CE. RGB value is (50,191,206). Sum of RGB (Red+Green+Blue) = 50+191+206=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #32BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCE is #CD4031. Grayscale: #969696. Windows color (decimal): -13451314 or 13549362. OLE color: 13549362.
HSL color Cylindrical-coordinate representation of color #32BFCE: hue angle of 185.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BFCE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 191 | 206 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.19 |
| HSL | 185.77º | 0.61% | 0.5% | - |
| HSV(B) | 185.77º | 0.76% | 0.81% | - |
| XYZ | 31.09 | 42.4 | 64.94 | - |
| YUV | 150.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 206 | 0.76 | 0.07 | 0 | 0.19 | 185.77 | 0.61 | 0.5 |
| Hex | 32 | BF | CE | 4C | 7 | 0 | 13 | BA | 3D | 32 |
| Octal | 62 | 277 | 316 | 114 | 7 | 0 | 23 | 272 | 75 | 62 |
| Binary | 110010 | 10111111 | 11001110 | 1001100 | 111 | 0 | 10011 | 10111010 | 111101 | 110010 |
Color Harmonies of #32BFCE
Complementary color
Monochromatic Colors of #32BFCE
Black with #32BFCE
Text Example
Text Example
White with #32BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFCE; }
p { color: rgb(50,191,206); }
H1.HeaderClassName
{
color: #32BFCE;
}
.AnyTagClassName
{
color: #32BFCE;
}
</style>
background-color css
<style>
a { background-color: #32BFCE; }
a { background-color: rgb(50,191,206); }
div.DivClassName
{
background-color: #32BFCE;
}
.BgClassName
{
background-color: #32BFCE;
}
</style>
border-color css
<style>
span { border-color: #32BFCE; }
span { border-color: rgb(50,191,206); }
td.TdClassName
{
border-color: #32BFCE;
}
.TagClassName
{
border-color: #32BFCE;
}
</style>