Shades of Summer Sky #32CEF8
Tints of Summer Sky #32CEF8
RGB
CMYK
RGB Variations
Color information
#32CEF8 (or 0x32CEF8) is known color: Summer Sky. HEX triplet: 32, CE and F8. RGB value is (50,206,248). Sum of RGB (Red+Green+Blue) = 50+206+248=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #32CEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEF8 is #CD3107. Grayscale: #A3A3A3. Windows color (decimal): -13447432 or 16305714. OLE color: 16305714.
HSL color Cylindrical-coordinate representation of color #32CEF8: hue angle of 192.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CEF8 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 206 | 248 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.03 |
| HSL | 192.73º | 0.93% | 0.58% | - |
| HSV(B) | 192.73º | 0.8% | 0.97% | - |
| XYZ | 40.33 | 51.6 | 96.64 | - |
| YUV | 164.14 | 175.32 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 248 | 0.80 | 0.17 | 0 | 0.03 | 192.73 | 0.93 | 0.58 |
| Hex | 32 | CE | F8 | 50 | 11 | 0 | 3 | C1 | 5D | 3A |
| Octal | 62 | 316 | 370 | 120 | 21 | 0 | 3 | 301 | 135 | 72 |
| Binary | 110010 | 11001110 | 11111000 | 1010000 | 10001 | 0 | 11 | 11000001 | 1011101 | 111010 |
Color Harmonies of #32CEF8
Complementary color
Monochromatic Colors of #32CEF8
Black with #32CEF8
Text Example
Text Example
White with #32CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEF8; }
p { color: rgb(50,206,248); }
H1.HeaderClassName
{
color: #32CEF8;
}
.AnyTagClassName
{
color: #32CEF8;
}
</style>
background-color css
<style>
a { background-color: #32CEF8; }
a { background-color: rgb(50,206,248); }
div.DivClassName
{
background-color: #32CEF8;
}
.BgClassName
{
background-color: #32CEF8;
}
</style>
border-color css
<style>
span { border-color: #32CEF8; }
span { border-color: rgb(50,206,248); }
td.TdClassName
{
border-color: #32CEF8;
}
.TagClassName
{
border-color: #32CEF8;
}
</style>