Shades of Summer Sky #32DAFE
Tints of Summer Sky #32DAFE
RGB
CMYK
RGB Variations
Color information
#32DAFE (or 0x32DAFE) is known color: Summer Sky. HEX triplet: 32, DA and FE. RGB value is (50,218,254). Sum of RGB (Red+Green+Blue) = 50+218+254=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFE is #CD2501. Grayscale: #ABABAB. Windows color (decimal): -13444354 or 16702002. OLE color: 16702002.
HSL color Cylindrical-coordinate representation of color #32DAFE: hue angle of 190.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAFE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 218 | 254 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.00 |
| HSL | 190.59º | 0.99% | 0.6% | - |
| HSV(B) | 190.59º | 0.8% | 1% | - |
| XYZ | 44.28 | 57.98 | 102.62 | - |
| YUV | 171.87 | 174.34 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 254 | 0.80 | 0.14 | 0 | 0.00 | 190.59 | 0.99 | 0.6 |
| Hex | 32 | DA | FE | 50 | E | 0 | 0 | BF | 63 | 3C |
| Octal | 62 | 332 | 376 | 120 | 16 | 0 | 0 | 277 | 143 | 74 |
| Binary | 110010 | 11011010 | 11111110 | 1010000 | 1110 | 0 | 0 | 10111111 | 1100011 | 111100 |
Color Harmonies of #32DAFE
Complementary color
Monochromatic Colors of #32DAFE
Black with #32DAFE
Text Example
Text Example
White with #32DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAFE; }
p { color: rgb(50,218,254); }
H1.HeaderClassName
{
color: #32DAFE;
}
.AnyTagClassName
{
color: #32DAFE;
}
</style>
background-color css
<style>
a { background-color: #32DAFE; }
a { background-color: rgb(50,218,254); }
div.DivClassName
{
background-color: #32DAFE;
}
.BgClassName
{
background-color: #32DAFE;
}
</style>
border-color css
<style>
span { border-color: #32DAFE; }
span { border-color: rgb(50,218,254); }
td.TdClassName
{
border-color: #32DAFE;
}
.TagClassName
{
border-color: #32DAFE;
}
</style>