Shades of Summer Sky #32B0DA
Tints of Summer Sky #32B0DA
RGB
CMYK
RGB Variations
Color information
#32B0DA (or 0x32B0DA) is known color: Summer Sky. HEX triplet: 32, B0 and DA. RGB value is (50,176,218). Sum of RGB (Red+Green+Blue) = 50+176+218=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #32B0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0DA is #CD4F25. Grayscale: #8E8E8E. Windows color (decimal): -13455142 or 14331954. OLE color: 14331954.
HSL color Cylindrical-coordinate representation of color #32B0DA: hue angle of 195º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32B0DA is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 176 | 218 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.15 |
| HSL | 195º | 0.69% | 0.53% | - |
| HSV(B) | 195º | 0.77% | 0.85% | - |
| XYZ | 29.5 | 36.79 | 71.88 | - |
| YUV | 143.11 | 170.26 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 218 | 0.77 | 0.19 | 0 | 0.15 | 195 | 0.69 | 0.53 |
| Hex | 32 | B0 | DA | 4D | 13 | 0 | F | C3 | 45 | 35 |
| Octal | 62 | 260 | 332 | 115 | 23 | 0 | 17 | 303 | 105 | 65 |
| Binary | 110010 | 10110000 | 11011010 | 1001101 | 10011 | 0 | 1111 | 11000011 | 1000101 | 110101 |
Color Harmonies of #32B0DA
Complementary color
Monochromatic Colors of #32B0DA
Black with #32B0DA
Text Example
Text Example
White with #32B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0DA; }
p { color: rgb(50,176,218); }
H1.HeaderClassName
{
color: #32B0DA;
}
.AnyTagClassName
{
color: #32B0DA;
}
</style>
background-color css
<style>
a { background-color: #32B0DA; }
a { background-color: rgb(50,176,218); }
div.DivClassName
{
background-color: #32B0DA;
}
.BgClassName
{
background-color: #32B0DA;
}
</style>
border-color css
<style>
span { border-color: #32B0DA; }
span { border-color: rgb(50,176,218); }
td.TdClassName
{
border-color: #32B0DA;
}
.TagClassName
{
border-color: #32B0DA;
}
</style>