Shades of Summer Sky #32BFE8
Tints of Summer Sky #32BFE8
RGB
CMYK
RGB Variations
Color information
#32BFE8 (or 0x32BFE8) is known color: Summer Sky. HEX triplet: 32, BF and E8. RGB value is (50,191,232). Sum of RGB (Red+Green+Blue) = 50+191+232=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #32BFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFE8 is #CD4017. Grayscale: #999999. Windows color (decimal): -13451288 or 15253298. OLE color: 15253298.
HSL color Cylindrical-coordinate representation of color #32BFE8: hue angle of 193.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BFE8 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 191 | 232 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.09 |
| HSL | 193.52º | 0.8% | 0.55% | - |
| HSV(B) | 193.52º | 0.78% | 0.91% | - |
| XYZ | 34.51 | 43.77 | 82.97 | - |
| YUV | 153.52 | 172.29 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 232 | 0.78 | 0.18 | 0 | 0.09 | 193.52 | 0.8 | 0.55 |
| Hex | 32 | BF | E8 | 4E | 12 | 0 | 9 | C2 | 50 | 37 |
| Octal | 62 | 277 | 350 | 116 | 22 | 0 | 11 | 302 | 120 | 67 |
| Binary | 110010 | 10111111 | 11101000 | 1001110 | 10010 | 0 | 1001 | 11000010 | 1010000 | 110111 |
Color Harmonies of #32BFE8
Complementary color
Monochromatic Colors of #32BFE8
Black with #32BFE8
Text Example
Text Example
White with #32BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFE8; }
p { color: rgb(50,191,232); }
H1.HeaderClassName
{
color: #32BFE8;
}
.AnyTagClassName
{
color: #32BFE8;
}
</style>
background-color css
<style>
a { background-color: #32BFE8; }
a { background-color: rgb(50,191,232); }
div.DivClassName
{
background-color: #32BFE8;
}
.BgClassName
{
background-color: #32BFE8;
}
</style>
border-color css
<style>
span { border-color: #32BFE8; }
span { border-color: rgb(50,191,232); }
td.TdClassName
{
border-color: #32BFE8;
}
.TagClassName
{
border-color: #32BFE8;
}
</style>