Shades of Summer Sky #32CEEF
Tints of Summer Sky #32CEEF
RGB
CMYK
RGB Variations
Color information
#32CEEF (or 0x32CEEF) is known color: Summer Sky. HEX triplet: 32, CE and EF. RGB value is (50,206,239). Sum of RGB (Red+Green+Blue) = 50+206+239=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #32CEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEEF is #CD3110. Grayscale: #A2A2A2. Windows color (decimal): -13447441 or 15715890. OLE color: 15715890.
HSL color Cylindrical-coordinate representation of color #32CEEF: hue angle of 190.48º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CEEF is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 206 | 239 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.06 |
| HSL | 190.48º | 0.86% | 0.57% | - |
| HSV(B) | 190.48º | 0.79% | 0.94% | - |
| XYZ | 38.97 | 51.05 | 89.46 | - |
| YUV | 163.12 | 170.82 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 239 | 0.79 | 0.14 | 0 | 0.06 | 190.48 | 0.86 | 0.57 |
| Hex | 32 | CE | EF | 4F | E | 0 | 6 | BE | 56 | 39 |
| Octal | 62 | 316 | 357 | 117 | 16 | 0 | 6 | 276 | 126 | 71 |
| Binary | 110010 | 11001110 | 11101111 | 1001111 | 1110 | 0 | 110 | 10111110 | 1010110 | 111001 |
Color Harmonies of #32CEEF
Complementary color
Monochromatic Colors of #32CEEF
Black with #32CEEF
Text Example
Text Example
White with #32CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEEF; }
p { color: rgb(50,206,239); }
H1.HeaderClassName
{
color: #32CEEF;
}
.AnyTagClassName
{
color: #32CEEF;
}
</style>
background-color css
<style>
a { background-color: #32CEEF; }
a { background-color: rgb(50,206,239); }
div.DivClassName
{
background-color: #32CEEF;
}
.BgClassName
{
background-color: #32CEEF;
}
</style>
border-color css
<style>
span { border-color: #32CEEF; }
span { border-color: rgb(50,206,239); }
td.TdClassName
{
border-color: #32CEEF;
}
.TagClassName
{
border-color: #32CEEF;
}
</style>