Shades of Summer Sky #32ABF2
Tints of Summer Sky #32ABF2
RGB
CMYK
RGB Variations
Color information
#32ABF2 (or 0x32ABF2) is known color: Summer Sky. HEX triplet: 32, AB and F2. RGB value is (50,171,242). Sum of RGB (Red+Green+Blue) = 50+171+242=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #32ABF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABF2 is #CD540D. Grayscale: #8E8E8E. Windows color (decimal): -13456398 or 15903538. OLE color: 15903538.
HSL color Cylindrical-coordinate representation of color #32ABF2: hue angle of 202.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ABF2 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 171 | 242 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.05 |
| HSL | 202.19º | 0.88% | 0.57% | - |
| HSV(B) | 202.19º | 0.79% | 0.95% | - |
| XYZ | 31.91 | 36.21 | 89.31 | - |
| YUV | 142.92 | 183.91 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 242 | 0.79 | 0.29 | 0 | 0.05 | 202.19 | 0.88 | 0.57 |
| Hex | 32 | AB | F2 | 4F | 1D | 0 | 5 | CA | 58 | 39 |
| Octal | 62 | 253 | 362 | 117 | 35 | 0 | 5 | 312 | 130 | 71 |
| Binary | 110010 | 10101011 | 11110010 | 1001111 | 11101 | 0 | 101 | 11001010 | 1011000 | 111001 |
Color Harmonies of #32ABF2
Complementary color
Monochromatic Colors of #32ABF2
Black with #32ABF2
Text Example
Text Example
White with #32ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABF2; }
p { color: rgb(50,171,242); }
H1.HeaderClassName
{
color: #32ABF2;
}
.AnyTagClassName
{
color: #32ABF2;
}
</style>
background-color css
<style>
a { background-color: #32ABF2; }
a { background-color: rgb(50,171,242); }
div.DivClassName
{
background-color: #32ABF2;
}
.BgClassName
{
background-color: #32ABF2;
}
</style>
border-color css
<style>
span { border-color: #32ABF2; }
span { border-color: rgb(50,171,242); }
td.TdClassName
{
border-color: #32ABF2;
}
.TagClassName
{
border-color: #32ABF2;
}
</style>