Shades of Summer Sky #32BDF5
Tints of Summer Sky #32BDF5
RGB
CMYK
RGB Variations
Color information
#32BDF5 (or 0x32BDF5) is known color: Summer Sky. HEX triplet: 32, BD and F5. RGB value is (50,189,245). Sum of RGB (Red+Green+Blue) = 50+189+245=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #32BDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDF5 is #CD420A. Grayscale: #999999. Windows color (decimal): -13451787 or 16104754. OLE color: 16104754.
HSL color Cylindrical-coordinate representation of color #32BDF5: hue angle of 197.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BDF5 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 189 | 245 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.04 |
| HSL | 197.23º | 0.91% | 0.58% | - |
| HSV(B) | 197.23º | 0.8% | 0.96% | - |
| XYZ | 35.99 | 43.67 | 92.92 | - |
| YUV | 153.82 | 179.45 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 245 | 0.80 | 0.23 | 0 | 0.04 | 197.23 | 0.91 | 0.58 |
| Hex | 32 | BD | F5 | 50 | 17 | 0 | 4 | C5 | 5B | 3A |
| Octal | 62 | 275 | 365 | 120 | 27 | 0 | 4 | 305 | 133 | 72 |
| Binary | 110010 | 10111101 | 11110101 | 1010000 | 10111 | 0 | 100 | 11000101 | 1011011 | 111010 |
Color Harmonies of #32BDF5
Complementary color
Monochromatic Colors of #32BDF5
Black with #32BDF5
Text Example
Text Example
White with #32BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDF5; }
p { color: rgb(50,189,245); }
H1.HeaderClassName
{
color: #32BDF5;
}
.AnyTagClassName
{
color: #32BDF5;
}
</style>
background-color css
<style>
a { background-color: #32BDF5; }
a { background-color: rgb(50,189,245); }
div.DivClassName
{
background-color: #32BDF5;
}
.BgClassName
{
background-color: #32BDF5;
}
</style>
border-color css
<style>
span { border-color: #32BDF5; }
span { border-color: rgb(50,189,245); }
td.TdClassName
{
border-color: #32BDF5;
}
.TagClassName
{
border-color: #32BDF5;
}
</style>