Shades of Summer Sky #32BFE5
Tints of Summer Sky #32BFE5
RGB
CMYK
RGB Variations
Color information
#32BFE5 (or 0x32BFE5) is known color: Summer Sky. HEX triplet: 32, BF and E5. RGB value is (50,191,229). Sum of RGB (Red+Green+Blue) = 50+191+229=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #32BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFE5 is #CD401A. Grayscale: #989898. Windows color (decimal): -13451291 or 15056690. OLE color: 15056690.
HSL color Cylindrical-coordinate representation of color #32BFE5: hue angle of 192.74º degrees, saturation: 0.77, 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 #32BFE5 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 191 | 229 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.10 |
| HSL | 192.74º | 0.77% | 0.55% | - |
| HSV(B) | 192.74º | 0.78% | 0.9% | - |
| XYZ | 34.09 | 43.6 | 80.75 | - |
| YUV | 153.17 | 170.79 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 229 | 0.78 | 0.17 | 0 | 0.10 | 192.74 | 0.77 | 0.55 |
| Hex | 32 | BF | E5 | 4E | 11 | 0 | A | C1 | 4D | 37 |
| Octal | 62 | 277 | 345 | 116 | 21 | 0 | 12 | 301 | 115 | 67 |
| Binary | 110010 | 10111111 | 11100101 | 1001110 | 10001 | 0 | 1010 | 11000001 | 1001101 | 110111 |
Color Harmonies of #32BFE5
Complementary color
Monochromatic Colors of #32BFE5
Black with #32BFE5
Text Example
Text Example
White with #32BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFE5; }
p { color: rgb(50,191,229); }
H1.HeaderClassName
{
color: #32BFE5;
}
.AnyTagClassName
{
color: #32BFE5;
}
</style>
background-color css
<style>
a { background-color: #32BFE5; }
a { background-color: rgb(50,191,229); }
div.DivClassName
{
background-color: #32BFE5;
}
.BgClassName
{
background-color: #32BFE5;
}
</style>
border-color css
<style>
span { border-color: #32BFE5; }
span { border-color: rgb(50,191,229); }
td.TdClassName
{
border-color: #32BFE5;
}
.TagClassName
{
border-color: #32BFE5;
}
</style>