Shades of Summer Sky #32CFEA
Tints of Summer Sky #32CFEA
RGB
CMYK
RGB Variations
Color information
#32CFEA (or 0x32CFEA) is known color: Summer Sky. HEX triplet: 32, CF and EA. RGB value is (50,207,234). Sum of RGB (Red+Green+Blue) = 50+207+234=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #32CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CFEA is #CD3015. Grayscale: #A2A2A2. Windows color (decimal): -13447190 or 15388466. OLE color: 15388466.
HSL color Cylindrical-coordinate representation of color #32CFEA: hue angle of 188.8º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CFEA is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 207 | 234 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.08 |
| HSL | 188.8º | 0.81% | 0.56% | - |
| HSV(B) | 188.8º | 0.79% | 0.92% | - |
| XYZ | 38.48 | 51.24 | 85.7 | - |
| YUV | 163.14 | 167.99 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 234 | 0.79 | 0.12 | 0 | 0.08 | 188.8 | 0.81 | 0.56 |
| Hex | 32 | CF | EA | 4F | C | 0 | 8 | BD | 51 | 38 |
| Octal | 62 | 317 | 352 | 117 | 14 | 0 | 10 | 275 | 121 | 70 |
| Binary | 110010 | 11001111 | 11101010 | 1001111 | 1100 | 0 | 1000 | 10111101 | 1010001 | 111000 |
Color Harmonies of #32CFEA
Complementary color
Monochromatic Colors of #32CFEA
Black with #32CFEA
Text Example
Text Example
White with #32CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFEA; }
p { color: rgb(50,207,234); }
H1.HeaderClassName
{
color: #32CFEA;
}
.AnyTagClassName
{
color: #32CFEA;
}
</style>
background-color css
<style>
a { background-color: #32CFEA; }
a { background-color: rgb(50,207,234); }
div.DivClassName
{
background-color: #32CFEA;
}
.BgClassName
{
background-color: #32CFEA;
}
</style>
border-color css
<style>
span { border-color: #32CFEA; }
span { border-color: rgb(50,207,234); }
td.TdClassName
{
border-color: #32CFEA;
}
.TagClassName
{
border-color: #32CFEA;
}
</style>