Shades of Summer Sky #32BDC9
Tints of Summer Sky #32BDC9
RGB
CMYK
RGB Variations
Color information
#32BDC9 (or 0x32BDC9) is known color: Summer Sky. HEX triplet: 32, BD and C9. RGB value is (50,189,201). Sum of RGB (Red+Green+Blue) = 50+189+201=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #32BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDC9 is #CD4236. Grayscale: #949494. Windows color (decimal): -13451831 or 13221170. OLE color: 13221170.
HSL color Cylindrical-coordinate representation of color #32BDC9: hue angle of 184.77º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BDC9 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 189 | 201 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.21 |
| HSL | 184.77º | 0.6% | 0.49% | - |
| HSV(B) | 184.77º | 0.75% | 0.79% | - |
| XYZ | 30.06 | 41.29 | 61.64 | - |
| YUV | 148.81 | 157.45 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 201 | 0.75 | 0.06 | 0 | 0.21 | 184.77 | 0.6 | 0.49 |
| Hex | 32 | BD | C9 | 4B | 6 | 0 | 15 | B9 | 3C | 31 |
| Octal | 62 | 275 | 311 | 113 | 6 | 0 | 25 | 271 | 74 | 61 |
| Binary | 110010 | 10111101 | 11001001 | 1001011 | 110 | 0 | 10101 | 10111001 | 111100 | 110001 |
Color Harmonies of #32BDC9
Complementary color
Monochromatic Colors of #32BDC9
Black with #32BDC9
Text Example
Text Example
White with #32BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDC9; }
p { color: rgb(50,189,201); }
H1.HeaderClassName
{
color: #32BDC9;
}
.AnyTagClassName
{
color: #32BDC9;
}
</style>
background-color css
<style>
a { background-color: #32BDC9; }
a { background-color: rgb(50,189,201); }
div.DivClassName
{
background-color: #32BDC9;
}
.BgClassName
{
background-color: #32BDC9;
}
</style>
border-color css
<style>
span { border-color: #32BDC9; }
span { border-color: rgb(50,189,201); }
td.TdClassName
{
border-color: #32BDC9;
}
.TagClassName
{
border-color: #32BDC9;
}
</style>