Shades of Summer Sky #32BFCF
Tints of Summer Sky #32BFCF
RGB
CMYK
RGB Variations
Color information
#32BFCF (or 0x32BFCF) is known color: Summer Sky. HEX triplet: 32, BF and CF. RGB value is (50,191,207). Sum of RGB (Red+Green+Blue) = 50+191+207=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #32BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCF is #CD4030. Grayscale: #969696. Windows color (decimal): -13451313 or 13614898. OLE color: 13614898.
HSL color Cylindrical-coordinate representation of color #32BFCF: hue angle of 186.11º degrees, saturation: 0.62, 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 #32BFCF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 191 | 207 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.19 |
| HSL | 186.11º | 0.62% | 0.5% | - |
| HSV(B) | 186.11º | 0.76% | 0.81% | - |
| XYZ | 31.21 | 42.44 | 65.58 | - |
| YUV | 150.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 207 | 0.76 | 0.08 | 0 | 0.19 | 186.11 | 0.62 | 0.5 |
| Hex | 32 | BF | CF | 4C | 8 | 0 | 13 | BA | 3E | 32 |
| Octal | 62 | 277 | 317 | 114 | 10 | 0 | 23 | 272 | 76 | 62 |
| Binary | 110010 | 10111111 | 11001111 | 1001100 | 1000 | 0 | 10011 | 10111010 | 111110 | 110010 |
Color Harmonies of #32BFCF
Complementary color
Monochromatic Colors of #32BFCF
Black with #32BFCF
Text Example
Text Example
White with #32BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFCF; }
p { color: rgb(50,191,207); }
H1.HeaderClassName
{
color: #32BFCF;
}
.AnyTagClassName
{
color: #32BFCF;
}
</style>
background-color css
<style>
a { background-color: #32BFCF; }
a { background-color: rgb(50,191,207); }
div.DivClassName
{
background-color: #32BFCF;
}
.BgClassName
{
background-color: #32BFCF;
}
</style>
border-color css
<style>
span { border-color: #32BFCF; }
span { border-color: rgb(50,191,207); }
td.TdClassName
{
border-color: #32BFCF;
}
.TagClassName
{
border-color: #32BFCF;
}
</style>