Shades of Summer Sky #32ABFD
Tints of Summer Sky #32ABFD
RGB
CMYK
RGB Variations
Color information
#32ABFD (or 0x32ABFD) is known color: Summer Sky. HEX triplet: 32, AB and FD. RGB value is (50,171,253). Sum of RGB (Red+Green+Blue) = 50+171+253=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #32ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABFD is #CD5402. Grayscale: #8F8F8F. Windows color (decimal): -13456387 or 16624434. OLE color: 16624434.
HSL color Cylindrical-coordinate representation of color #32ABFD: hue angle of 204.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32ABFD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 171 | 253 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.01 |
| HSL | 204.24º | 0.98% | 0.59% | - |
| HSV(B) | 204.24º | 0.8% | 0.99% | - |
| XYZ | 33.61 | 36.9 | 98.28 | - |
| YUV | 144.17 | 189.41 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 253 | 0.80 | 0.32 | 0 | 0.01 | 204.24 | 0.98 | 0.59 |
| Hex | 32 | AB | FD | 50 | 20 | 0 | 1 | CC | 62 | 3B |
| Octal | 62 | 253 | 375 | 120 | 40 | 0 | 1 | 314 | 142 | 73 |
| Binary | 110010 | 10101011 | 11111101 | 1010000 | 100000 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #32ABFD
Complementary color
Monochromatic Colors of #32ABFD
Black with #32ABFD
Text Example
Text Example
White with #32ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABFD; }
p { color: rgb(50,171,253); }
H1.HeaderClassName
{
color: #32ABFD;
}
.AnyTagClassName
{
color: #32ABFD;
}
</style>
background-color css
<style>
a { background-color: #32ABFD; }
a { background-color: rgb(50,171,253); }
div.DivClassName
{
background-color: #32ABFD;
}
.BgClassName
{
background-color: #32ABFD;
}
</style>
border-color css
<style>
span { border-color: #32ABFD; }
span { border-color: rgb(50,171,253); }
td.TdClassName
{
border-color: #32ABFD;
}
.TagClassName
{
border-color: #32ABFD;
}
</style>