Shades of Summer Sky #32CADF
Tints of Summer Sky #32CADF
RGB
CMYK
RGB Variations
Color information
#32CADF (or 0x32CADF) is known color: Summer Sky. HEX triplet: 32, CA and DF. RGB value is (50,202,223). Sum of RGB (Red+Green+Blue) = 50+202+223=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #32CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CADF is #CD3520. Grayscale: #9E9E9E. Windows color (decimal): -13448481 or 14666290. OLE color: 14666290.
HSL color Cylindrical-coordinate representation of color #32CADF: hue angle of 187.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CADF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 202 | 223 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 187.28º | 0.73% | 0.54% | - |
| HSV(B) | 187.28º | 0.78% | 0.87% | - |
| XYZ | 35.76 | 48.25 | 77.24 | - |
| YUV | 158.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 223 | 0.78 | 0.09 | 0 | 0.13 | 187.28 | 0.73 | 0.54 |
| Hex | 32 | CA | DF | 4E | 9 | 0 | D | BB | 49 | 36 |
| Octal | 62 | 312 | 337 | 116 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110010 | 11001010 | 11011111 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #32CADF
Complementary color
Monochromatic Colors of #32CADF
Black with #32CADF
Text Example
Text Example
White with #32CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CADF; }
p { color: rgb(50,202,223); }
H1.HeaderClassName
{
color: #32CADF;
}
.AnyTagClassName
{
color: #32CADF;
}
</style>
background-color css
<style>
a { background-color: #32CADF; }
a { background-color: rgb(50,202,223); }
div.DivClassName
{
background-color: #32CADF;
}
.BgClassName
{
background-color: #32CADF;
}
</style>
border-color css
<style>
span { border-color: #32CADF; }
span { border-color: rgb(50,202,223); }
td.TdClassName
{
border-color: #32CADF;
}
.TagClassName
{
border-color: #32CADF;
}
</style>