Shades of Summer Sky #32DAFF
Tints of Summer Sky #32DAFF
RGB
CMYK
RGB Variations
Color information
#32DAFF (or 0x32DAFF) is known color: Summer Sky. HEX triplet: 32, DA and FF. RGB value is (50,218,255). Sum of RGB (Red+Green+Blue) = 50+218+255=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFF is #CD2500. Grayscale: #ABABAB. Windows color (decimal): -13444353 or 16767538. OLE color: 16767538.
HSL color Cylindrical-coordinate representation of color #32DAFF: hue angle of 190.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAFF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 218 | 255 | - |
| CMYK | 0.80 | 0.15 | 0 | 0 |
| HSL | 190.83º | 1% | 0.6% | - |
| HSV(B) | 190.83º | 0.8% | 1% | - |
| XYZ | 44.44 | 58.04 | 103.47 | - |
| YUV | 171.99 | 174.84 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 255 | 0.80 | 0.15 | 0 | 0 | 190.83 | 1 | 0.6 |
| Hex | 32 | DA | FF | 50 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 62 | 332 | 377 | 120 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110010 | 11011010 | 11111111 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #32DAFF
Complementary color
Monochromatic Colors of #32DAFF
Black with #32DAFF
Text Example
Text Example
White with #32DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAFF; }
p { color: rgb(50,218,255); }
H1.HeaderClassName
{
color: #32DAFF;
}
.AnyTagClassName
{
color: #32DAFF;
}
</style>
background-color css
<style>
a { background-color: #32DAFF; }
a { background-color: rgb(50,218,255); }
div.DivClassName
{
background-color: #32DAFF;
}
.BgClassName
{
background-color: #32DAFF;
}
</style>
border-color css
<style>
span { border-color: #32DAFF; }
span { border-color: rgb(50,218,255); }
td.TdClassName
{
border-color: #32DAFF;
}
.TagClassName
{
border-color: #32DAFF;
}
</style>