Shades of Summer Sky #32BDCA
Tints of Summer Sky #32BDCA
RGB
CMYK
RGB Variations
Color information
#32BDCA (or 0x32BDCA) is known color: Summer Sky. HEX triplet: 32, BD and CA. RGB value is (50,189,202). Sum of RGB (Red+Green+Blue) = 50+189+202=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #32BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDCA is #CD4235. Grayscale: #949494. Windows color (decimal): -13451830 or 13286706. OLE color: 13286706.
HSL color Cylindrical-coordinate representation of color #32BDCA: hue angle of 185.13º 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 #32BDCA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 189 | 202 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.21 |
| HSL | 185.13º | 0.6% | 0.49% | - |
| HSV(B) | 185.13º | 0.75% | 0.79% | - |
| XYZ | 30.17 | 41.34 | 62.27 | - |
| YUV | 148.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 202 | 0.75 | 0.06 | 0 | 0.21 | 185.13 | 0.6 | 0.49 |
| Hex | 32 | BD | CA | 4B | 6 | 0 | 15 | B9 | 3C | 31 |
| Octal | 62 | 275 | 312 | 113 | 6 | 0 | 25 | 271 | 74 | 61 |
| Binary | 110010 | 10111101 | 11001010 | 1001011 | 110 | 0 | 10101 | 10111001 | 111100 | 110001 |
Color Harmonies of #32BDCA
Complementary color
Monochromatic Colors of #32BDCA
Black with #32BDCA
Text Example
Text Example
White with #32BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDCA; }
p { color: rgb(50,189,202); }
H1.HeaderClassName
{
color: #32BDCA;
}
.AnyTagClassName
{
color: #32BDCA;
}
</style>
background-color css
<style>
a { background-color: #32BDCA; }
a { background-color: rgb(50,189,202); }
div.DivClassName
{
background-color: #32BDCA;
}
.BgClassName
{
background-color: #32BDCA;
}
</style>
border-color css
<style>
span { border-color: #32BDCA; }
span { border-color: rgb(50,189,202); }
td.TdClassName
{
border-color: #32BDCA;
}
.TagClassName
{
border-color: #32BDCA;
}
</style>