Shades of Summer Sky #32ADCB
Tints of Summer Sky #32ADCB
RGB
CMYK
RGB Variations
Color information
#32ADCB (or 0x32ADCB) is known color: Summer Sky. HEX triplet: 32, AD and CB. RGB value is (50,173,203). Sum of RGB (Red+Green+Blue) = 50+173+203=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #32ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADCB is #CD5234. Grayscale: #8B8B8B. Windows color (decimal): -13455925 or 13348146. OLE color: 13348146.
HSL color Cylindrical-coordinate representation of color #32ADCB: hue angle of 191.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32ADCB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 173 | 203 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.20 |
| HSL | 191.76º | 0.6% | 0.5% | - |
| HSV(B) | 191.76º | 0.75% | 0.8% | - |
| XYZ | 27.04 | 34.88 | 61.81 | - |
| YUV | 139.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 203 | 0.75 | 0.15 | 0 | 0.20 | 191.76 | 0.6 | 0.5 |
| Hex | 32 | AD | CB | 4B | F | 0 | 14 | C0 | 3C | 32 |
| Octal | 62 | 255 | 313 | 113 | 17 | 0 | 24 | 300 | 74 | 62 |
| Binary | 110010 | 10101101 | 11001011 | 1001011 | 1111 | 0 | 10100 | 11000000 | 111100 | 110010 |
Color Harmonies of #32ADCB
Complementary color
Monochromatic Colors of #32ADCB
Black with #32ADCB
Text Example
Text Example
White with #32ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADCB; }
p { color: rgb(50,173,203); }
H1.HeaderClassName
{
color: #32ADCB;
}
.AnyTagClassName
{
color: #32ADCB;
}
</style>
background-color css
<style>
a { background-color: #32ADCB; }
a { background-color: rgb(50,173,203); }
div.DivClassName
{
background-color: #32ADCB;
}
.BgClassName
{
background-color: #32ADCB;
}
</style>
border-color css
<style>
span { border-color: #32ADCB; }
span { border-color: rgb(50,173,203); }
td.TdClassName
{
border-color: #32ADCB;
}
.TagClassName
{
border-color: #32ADCB;
}
</style>