Shades of Summer Sky #32BECF
Tints of Summer Sky #32BECF
RGB
CMYK
RGB Variations
Color information
#32BECF (or 0x32BECF) is known color: Summer Sky. HEX triplet: 32, BE and CF. RGB value is (50,190,207). Sum of RGB (Red+Green+Blue) = 50+190+207=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #32BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BECF is #CD4130. Grayscale: #959595. Windows color (decimal): -13451569 or 13614642. OLE color: 13614642.
HSL color Cylindrical-coordinate representation of color #32BECF: hue angle of 186.5º 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 #32BECF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 190 | 207 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.19 |
| HSL | 186.5º | 0.62% | 0.5% | - |
| HSV(B) | 186.5º | 0.76% | 0.81% | - |
| XYZ | 30.99 | 42.01 | 65.51 | - |
| YUV | 150.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 207 | 0.76 | 0.08 | 0 | 0.19 | 186.5 | 0.62 | 0.5 |
| Hex | 32 | BE | CF | 4C | 8 | 0 | 13 | BA | 3E | 32 |
| Octal | 62 | 276 | 317 | 114 | 10 | 0 | 23 | 272 | 76 | 62 |
| Binary | 110010 | 10111110 | 11001111 | 1001100 | 1000 | 0 | 10011 | 10111010 | 111110 | 110010 |
Color Harmonies of #32BECF
Complementary color
Monochromatic Colors of #32BECF
Black with #32BECF
Text Example
Text Example
White with #32BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BECF; }
p { color: rgb(50,190,207); }
H1.HeaderClassName
{
color: #32BECF;
}
.AnyTagClassName
{
color: #32BECF;
}
</style>
background-color css
<style>
a { background-color: #32BECF; }
a { background-color: rgb(50,190,207); }
div.DivClassName
{
background-color: #32BECF;
}
.BgClassName
{
background-color: #32BECF;
}
</style>
border-color css
<style>
span { border-color: #32BECF; }
span { border-color: rgb(50,190,207); }
td.TdClassName
{
border-color: #32BECF;
}
.TagClassName
{
border-color: #32BECF;
}
</style>