Shades of Summer Sky #32BFE6
Tints of Summer Sky #32BFE6
RGB
CMYK
RGB Variations
Color information
#32BFE6 (or 0x32BFE6) is known color: Summer Sky. HEX triplet: 32, BF and E6. RGB value is (50,191,230). Sum of RGB (Red+Green+Blue) = 50+191+230=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #32BFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFE6 is #CD4019. Grayscale: #989898. Windows color (decimal): -13451290 or 15122226. OLE color: 15122226.
HSL color Cylindrical-coordinate representation of color #32BFE6: hue angle of 193º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BFE6 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 191 | 230 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.10 |
| HSL | 193º | 0.78% | 0.55% | - |
| HSV(B) | 193º | 0.78% | 0.9% | - |
| XYZ | 34.23 | 43.65 | 81.48 | - |
| YUV | 153.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 230 | 0.78 | 0.17 | 0 | 0.10 | 193 | 0.78 | 0.55 |
| Hex | 32 | BF | E6 | 4E | 11 | 0 | A | C1 | 4E | 37 |
| Octal | 62 | 277 | 346 | 116 | 21 | 0 | 12 | 301 | 116 | 67 |
| Binary | 110010 | 10111111 | 11100110 | 1001110 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110111 |
Color Harmonies of #32BFE6
Complementary color
Monochromatic Colors of #32BFE6
Black with #32BFE6
Text Example
Text Example
White with #32BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFE6; }
p { color: rgb(50,191,230); }
H1.HeaderClassName
{
color: #32BFE6;
}
.AnyTagClassName
{
color: #32BFE6;
}
</style>
background-color css
<style>
a { background-color: #32BFE6; }
a { background-color: rgb(50,191,230); }
div.DivClassName
{
background-color: #32BFE6;
}
.BgClassName
{
background-color: #32BFE6;
}
</style>
border-color css
<style>
span { border-color: #32BFE6; }
span { border-color: rgb(50,191,230); }
td.TdClassName
{
border-color: #32BFE6;
}
.TagClassName
{
border-color: #32BFE6;
}
</style>