Shades of Summer Sky #32BDFF
Tints of Summer Sky #32BDFF
RGB
CMYK
RGB Variations
Color information
#32BDFF (or 0x32BDFF) is known color: Summer Sky. HEX triplet: 32, BD and FF. RGB value is (50,189,255). Sum of RGB (Red+Green+Blue) = 50+189+255=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #32BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDFF is #CD4200. Grayscale: #9A9A9A. Windows color (decimal): -13451777 or 16760114. OLE color: 16760114.
HSL color Cylindrical-coordinate representation of color #32BDFF: hue angle of 199.32º 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 #32BDFF is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 189 | 255 | - |
| CMYK | 0.80 | 0.26 | 0 | 0 |
| HSL | 199.32º | 1% | 0.6% | - |
| HSV(B) | 199.32º | 0.8% | 1% | - |
| XYZ | 37.56 | 44.29 | 101.18 | - |
| YUV | 154.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 255 | 0.80 | 0.26 | 0 | 0 | 199.32 | 1 | 0.6 |
| Hex | 32 | BD | FF | 50 | 1A | 0 | 0 | C7 | 64 | 3C |
| Octal | 62 | 275 | 377 | 120 | 32 | 0 | 0 | 307 | 144 | 74 |
| Binary | 110010 | 10111101 | 11111111 | 1010000 | 11010 | 0 | 0 | 11000111 | 1100100 | 111100 |
Color Harmonies of #32BDFF
Complementary color
Monochromatic Colors of #32BDFF
Black with #32BDFF
Text Example
Text Example
White with #32BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDFF; }
p { color: rgb(50,189,255); }
H1.HeaderClassName
{
color: #32BDFF;
}
.AnyTagClassName
{
color: #32BDFF;
}
</style>
background-color css
<style>
a { background-color: #32BDFF; }
a { background-color: rgb(50,189,255); }
div.DivClassName
{
background-color: #32BDFF;
}
.BgClassName
{
background-color: #32BDFF;
}
</style>
border-color css
<style>
span { border-color: #32BDFF; }
span { border-color: rgb(50,189,255); }
td.TdClassName
{
border-color: #32BDFF;
}
.TagClassName
{
border-color: #32BDFF;
}
</style>