Shades of Summer Sky #32ADCF
Tints of Summer Sky #32ADCF
RGB
CMYK
RGB Variations
Color information
#32ADCF (or 0x32ADCF) is known color: Summer Sky. HEX triplet: 32, AD and CF. RGB value is (50,173,207). Sum of RGB (Red+Green+Blue) = 50+173+207=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #32ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADCF is #CD5230. Grayscale: #8B8B8B. Windows color (decimal): -13455921 or 13610290. OLE color: 13610290.
HSL color Cylindrical-coordinate representation of color #32ADCF: hue angle of 192.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32ADCF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 173 | 207 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.19 |
| HSL | 192.99º | 0.62% | 0.5% | - |
| HSV(B) | 192.99º | 0.76% | 0.81% | - |
| XYZ | 27.52 | 35.07 | 64.35 | - |
| YUV | 140.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 207 | 0.76 | 0.16 | 0 | 0.19 | 192.99 | 0.62 | 0.5 |
| Hex | 32 | AD | CF | 4C | 10 | 0 | 13 | C1 | 3E | 32 |
| Octal | 62 | 255 | 317 | 114 | 20 | 0 | 23 | 301 | 76 | 62 |
| Binary | 110010 | 10101101 | 11001111 | 1001100 | 10000 | 0 | 10011 | 11000001 | 111110 | 110010 |
Color Harmonies of #32ADCF
Complementary color
Monochromatic Colors of #32ADCF
Black with #32ADCF
Text Example
Text Example
White with #32ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADCF; }
p { color: rgb(50,173,207); }
H1.HeaderClassName
{
color: #32ADCF;
}
.AnyTagClassName
{
color: #32ADCF;
}
</style>
background-color css
<style>
a { background-color: #32ADCF; }
a { background-color: rgb(50,173,207); }
div.DivClassName
{
background-color: #32ADCF;
}
.BgClassName
{
background-color: #32ADCF;
}
</style>
border-color css
<style>
span { border-color: #32ADCF; }
span { border-color: rgb(50,173,207); }
td.TdClassName
{
border-color: #32ADCF;
}
.TagClassName
{
border-color: #32ADCF;
}
</style>