Shades of Summer Sky #32BFCC
Tints of Summer Sky #32BFCC
RGB
CMYK
RGB Variations
Color information
#32BFCC (or 0x32BFCC) is known color: Summer Sky. HEX triplet: 32, BF and CC. RGB value is (50,191,204). Sum of RGB (Red+Green+Blue) = 50+191+204=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCC is #CD4033. Grayscale: #969696. Windows color (decimal): -13451316 or 13418290. OLE color: 13418290.
HSL color Cylindrical-coordinate representation of color #32BFCC: hue angle of 185.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BFCC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 191 | 204 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.2 |
| HSL | 185.06º | 0.61% | 0.5% | - |
| HSV(B) | 185.06º | 0.75% | 0.8% | - |
| XYZ | 30.85 | 42.3 | 63.67 | - |
| YUV | 150.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 204 | 0.75 | 0.06 | 0 | 0.2 | 185.06 | 0.61 | 0.5 |
| Hex | 32 | BF | CC | 4B | 6 | 0 | 14 | B9 | 3D | 32 |
| Octal | 62 | 277 | 314 | 113 | 6 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110010 | 10111111 | 11001100 | 1001011 | 110 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #32BFCC
Complementary color
Monochromatic Colors of #32BFCC
Black with #32BFCC
Text Example
Text Example
White with #32BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFCC; }
p { color: rgb(50,191,204); }
H1.HeaderClassName
{
color: #32BFCC;
}
.AnyTagClassName
{
color: #32BFCC;
}
</style>
background-color css
<style>
a { background-color: #32BFCC; }
a { background-color: rgb(50,191,204); }
div.DivClassName
{
background-color: #32BFCC;
}
.BgClassName
{
background-color: #32BFCC;
}
</style>
border-color css
<style>
span { border-color: #32BFCC; }
span { border-color: rgb(50,191,204); }
td.TdClassName
{
border-color: #32BFCC;
}
.TagClassName
{
border-color: #32BFCC;
}
</style>