Shades of Summer Sky #32CDEE
Tints of Summer Sky #32CDEE
RGB
CMYK
RGB Variations
Color information
#32CDEE (or 0x32CDEE) is known color: Summer Sky. HEX triplet: 32, CD and EE. RGB value is (50,205,238). Sum of RGB (Red+Green+Blue) = 50+205+238=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #32CDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDEE is #CD3211. Grayscale: #A2A2A2. Windows color (decimal): -13447698 or 15650098. OLE color: 15650098.
HSL color Cylindrical-coordinate representation of color #32CDEE: hue angle of 190.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CDEE is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 205 | 238 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.07 |
| HSL | 190.53º | 0.85% | 0.56% | - |
| HSV(B) | 190.53º | 0.79% | 0.93% | - |
| XYZ | 38.58 | 50.51 | 88.61 | - |
| YUV | 162.42 | 170.65 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 238 | 0.79 | 0.14 | 0 | 0.07 | 190.53 | 0.85 | 0.56 |
| Hex | 32 | CD | EE | 4F | E | 0 | 7 | BF | 55 | 38 |
| Octal | 62 | 315 | 356 | 117 | 16 | 0 | 7 | 277 | 125 | 70 |
| Binary | 110010 | 11001101 | 11101110 | 1001111 | 1110 | 0 | 111 | 10111111 | 1010101 | 111000 |
Color Harmonies of #32CDEE
Complementary color
Monochromatic Colors of #32CDEE
Black with #32CDEE
Text Example
Text Example
White with #32CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDEE; }
p { color: rgb(50,205,238); }
H1.HeaderClassName
{
color: #32CDEE;
}
.AnyTagClassName
{
color: #32CDEE;
}
</style>
background-color css
<style>
a { background-color: #32CDEE; }
a { background-color: rgb(50,205,238); }
div.DivClassName
{
background-color: #32CDEE;
}
.BgClassName
{
background-color: #32CDEE;
}
</style>
border-color css
<style>
span { border-color: #32CDEE; }
span { border-color: rgb(50,205,238); }
td.TdClassName
{
border-color: #32CDEE;
}
.TagClassName
{
border-color: #32CDEE;
}
</style>