Shades of Summer Sky #32B5EF
Tints of Summer Sky #32B5EF
RGB
CMYK
RGB Variations
Color information
#32B5EF (or 0x32B5EF) is known color: Summer Sky. HEX triplet: 32, B5 and EF. RGB value is (50,181,239). Sum of RGB (Red+Green+Blue) = 50+181+239=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #32B5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B5EF is #CD4A10. Grayscale: #949494. Windows color (decimal): -13453841 or 15709490. OLE color: 15709490.
HSL color Cylindrical-coordinate representation of color #32B5EF: hue angle of 198.41º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32B5EF is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 181 | 239 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.06 |
| HSL | 198.41º | 0.86% | 0.57% | - |
| HSV(B) | 198.41º | 0.79% | 0.94% | - |
| XYZ | 33.42 | 39.96 | 87.61 | - |
| YUV | 148.44 | 179.1 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 239 | 0.79 | 0.24 | 0 | 0.06 | 198.41 | 0.86 | 0.57 |
| Hex | 32 | B5 | EF | 4F | 18 | 0 | 6 | C6 | 56 | 39 |
| Octal | 62 | 265 | 357 | 117 | 30 | 0 | 6 | 306 | 126 | 71 |
| Binary | 110010 | 10110101 | 11101111 | 1001111 | 11000 | 0 | 110 | 11000110 | 1010110 | 111001 |
Color Harmonies of #32B5EF
Complementary color
Monochromatic Colors of #32B5EF
Black with #32B5EF
Text Example
Text Example
White with #32B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5EF; }
p { color: rgb(50,181,239); }
H1.HeaderClassName
{
color: #32B5EF;
}
.AnyTagClassName
{
color: #32B5EF;
}
</style>
background-color css
<style>
a { background-color: #32B5EF; }
a { background-color: rgb(50,181,239); }
div.DivClassName
{
background-color: #32B5EF;
}
.BgClassName
{
background-color: #32B5EF;
}
</style>
border-color css
<style>
span { border-color: #32B5EF; }
span { border-color: rgb(50,181,239); }
td.TdClassName
{
border-color: #32B5EF;
}
.TagClassName
{
border-color: #32B5EF;
}
</style>