Shades of Summer Sky #32CEFA
Tints of Summer Sky #32CEFA
RGB
CMYK
RGB Variations
Color information
#32CEFA (or 0x32CEFA) is known color: Summer Sky. HEX triplet: 32, CE and FA. RGB value is (50,206,250). Sum of RGB (Red+Green+Blue) = 50+206+250=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #32CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEFA is #CD3105. Grayscale: #A4A4A4. Windows color (decimal): -13447430 or 16436786. OLE color: 16436786.
HSL color Cylindrical-coordinate representation of color #32CEFA: hue angle of 193.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CEFA is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 206 | 250 | - |
| CMYK | 0.8 | 0.18 | 0 | 0.02 |
| HSL | 193.2º | 0.95% | 0.59% | - |
| HSV(B) | 193.2º | 0.8% | 0.98% | - |
| XYZ | 40.64 | 51.72 | 98.28 | - |
| YUV | 164.37 | 176.32 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 250 | 0.8 | 0.18 | 0 | 0.02 | 193.2 | 0.95 | 0.59 |
| Hex | 32 | CE | FA | 50 | 12 | 0 | 2 | C1 | 5F | 3B |
| Octal | 62 | 316 | 372 | 120 | 22 | 0 | 2 | 301 | 137 | 73 |
| Binary | 110010 | 11001110 | 11111010 | 1010000 | 10010 | 0 | 10 | 11000001 | 1011111 | 111011 |
Color Harmonies of #32CEFA
Complementary color
Monochromatic Colors of #32CEFA
Black with #32CEFA
Text Example
Text Example
White with #32CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEFA; }
p { color: rgb(50,206,250); }
H1.HeaderClassName
{
color: #32CEFA;
}
.AnyTagClassName
{
color: #32CEFA;
}
</style>
background-color css
<style>
a { background-color: #32CEFA; }
a { background-color: rgb(50,206,250); }
div.DivClassName
{
background-color: #32CEFA;
}
.BgClassName
{
background-color: #32CEFA;
}
</style>
border-color css
<style>
span { border-color: #32CEFA; }
span { border-color: rgb(50,206,250); }
td.TdClassName
{
border-color: #32CEFA;
}
.TagClassName
{
border-color: #32CEFA;
}
</style>