Shades of Summer Sky #32CEF5
Tints of Summer Sky #32CEF5
RGB
CMYK
RGB Variations
Color information
#32CEF5 (or 0x32CEF5) is known color: Summer Sky. HEX triplet: 32, CE and F5. RGB value is (50,206,245). Sum of RGB (Red+Green+Blue) = 50+206+245=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #32CEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEF5 is #CD310A. Grayscale: #A3A3A3. Windows color (decimal): -13447435 or 16109106. OLE color: 16109106.
HSL color Cylindrical-coordinate representation of color #32CEF5: hue angle of 192º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CEF5 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 206 | 245 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.04 |
| HSL | 192º | 0.91% | 0.58% | - |
| HSV(B) | 192º | 0.8% | 0.96% | - |
| XYZ | 39.87 | 51.41 | 94.21 | - |
| YUV | 163.8 | 173.82 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 245 | 0.80 | 0.16 | 0 | 0.04 | 192 | 0.91 | 0.58 |
| Hex | 32 | CE | F5 | 50 | 10 | 0 | 4 | C0 | 5B | 3A |
| Octal | 62 | 316 | 365 | 120 | 20 | 0 | 4 | 300 | 133 | 72 |
| Binary | 110010 | 11001110 | 11110101 | 1010000 | 10000 | 0 | 100 | 11000000 | 1011011 | 111010 |
Color Harmonies of #32CEF5
Complementary color
Monochromatic Colors of #32CEF5
Black with #32CEF5
Text Example
Text Example
White with #32CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEF5; }
p { color: rgb(50,206,245); }
H1.HeaderClassName
{
color: #32CEF5;
}
.AnyTagClassName
{
color: #32CEF5;
}
</style>
background-color css
<style>
a { background-color: #32CEF5; }
a { background-color: rgb(50,206,245); }
div.DivClassName
{
background-color: #32CEF5;
}
.BgClassName
{
background-color: #32CEF5;
}
</style>
border-color css
<style>
span { border-color: #32CEF5; }
span { border-color: rgb(50,206,245); }
td.TdClassName
{
border-color: #32CEF5;
}
.TagClassName
{
border-color: #32CEF5;
}
</style>