Shades of Summer Sky #32BBD2
Tints of Summer Sky #32BBD2
RGB
CMYK
RGB Variations
Color information
#32BBD2 (or 0x32BBD2) is known color: Summer Sky. HEX triplet: 32, BB and D2. RGB value is (50,187,210). Sum of RGB (Red+Green+Blue) = 50+187+210=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #32BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBD2 is #CD442D. Grayscale: #949494. Windows color (decimal): -13452334 or 13810482. OLE color: 13810482.
HSL color Cylindrical-coordinate representation of color #32BBD2: hue angle of 188.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BBD2 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 187 | 210 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.18 |
| HSL | 188.63º | 0.64% | 0.51% | - |
| HSV(B) | 188.63º | 0.76% | 0.82% | - |
| XYZ | 30.72 | 40.87 | 67.24 | - |
| YUV | 148.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 210 | 0.76 | 0.11 | 0 | 0.18 | 188.63 | 0.64 | 0.51 |
| Hex | 32 | BB | D2 | 4C | B | 0 | 12 | BD | 40 | 33 |
| Octal | 62 | 273 | 322 | 114 | 13 | 0 | 22 | 275 | 100 | 63 |
| Binary | 110010 | 10111011 | 11010010 | 1001100 | 1011 | 0 | 10010 | 10111101 | 1000000 | 110011 |
Color Harmonies of #32BBD2
Complementary color
Monochromatic Colors of #32BBD2
Black with #32BBD2
Text Example
Text Example
White with #32BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBD2; }
p { color: rgb(50,187,210); }
H1.HeaderClassName
{
color: #32BBD2;
}
.AnyTagClassName
{
color: #32BBD2;
}
</style>
background-color css
<style>
a { background-color: #32BBD2; }
a { background-color: rgb(50,187,210); }
div.DivClassName
{
background-color: #32BBD2;
}
.BgClassName
{
background-color: #32BBD2;
}
</style>
border-color css
<style>
span { border-color: #32BBD2; }
span { border-color: rgb(50,187,210); }
td.TdClassName
{
border-color: #32BBD2;
}
.TagClassName
{
border-color: #32BBD2;
}
</style>