Shades of Summer Sky #32ABEF
Tints of Summer Sky #32ABEF
RGB
CMYK
RGB Variations
Color information
#32ABEF (or 0x32ABEF) is known color: Summer Sky. HEX triplet: 32, AB and EF. RGB value is (50,171,239). Sum of RGB (Red+Green+Blue) = 50+171+239=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #32ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABEF is #CD5410. Grayscale: #8E8E8E. Windows color (decimal): -13456401 or 15706930. OLE color: 15706930.
HSL color Cylindrical-coordinate representation of color #32ABEF: hue angle of 201.59º 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 #32ABEF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 171 | 239 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.06 |
| HSL | 201.59º | 0.86% | 0.57% | - |
| HSV(B) | 201.59º | 0.79% | 0.94% | - |
| XYZ | 31.46 | 36.04 | 86.96 | - |
| YUV | 142.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 239 | 0.79 | 0.28 | 0 | 0.06 | 201.59 | 0.86 | 0.57 |
| Hex | 32 | AB | EF | 4F | 1C | 0 | 6 | CA | 56 | 39 |
| Octal | 62 | 253 | 357 | 117 | 34 | 0 | 6 | 312 | 126 | 71 |
| Binary | 110010 | 10101011 | 11101111 | 1001111 | 11100 | 0 | 110 | 11001010 | 1010110 | 111001 |
Color Harmonies of #32ABEF
Complementary color
Monochromatic Colors of #32ABEF
Black with #32ABEF
Text Example
Text Example
White with #32ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABEF; }
p { color: rgb(50,171,239); }
H1.HeaderClassName
{
color: #32ABEF;
}
.AnyTagClassName
{
color: #32ABEF;
}
</style>
background-color css
<style>
a { background-color: #32ABEF; }
a { background-color: rgb(50,171,239); }
div.DivClassName
{
background-color: #32ABEF;
}
.BgClassName
{
background-color: #32ABEF;
}
</style>
border-color css
<style>
span { border-color: #32ABEF; }
span { border-color: rgb(50,171,239); }
td.TdClassName
{
border-color: #32ABEF;
}
.TagClassName
{
border-color: #32ABEF;
}
</style>