Shades of Summer Sky #32CCF3
Tints of Summer Sky #32CCF3
RGB
CMYK
RGB Variations
Color information
#32CCF3 (or 0x32CCF3) is known color: Summer Sky. HEX triplet: 32, CC and F3. RGB value is (50,204,243). Sum of RGB (Red+Green+Blue) = 50+204+243=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #32CCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCF3 is #CD330C. Grayscale: #A2A2A2. Windows color (decimal): -13447949 or 15977522. OLE color: 15977522.
HSL color Cylindrical-coordinate representation of color #32CCF3: hue angle of 192.12º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CCF3 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 204 | 243 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.05 |
| HSL | 192.12º | 0.89% | 0.57% | - |
| HSV(B) | 192.12º | 0.79% | 0.95% | - |
| XYZ | 39.09 | 50.33 | 92.45 | - |
| YUV | 162.4 | 173.48 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 243 | 0.79 | 0.16 | 0 | 0.05 | 192.12 | 0.89 | 0.57 |
| Hex | 32 | CC | F3 | 4F | 10 | 0 | 5 | C0 | 59 | 39 |
| Octal | 62 | 314 | 363 | 117 | 20 | 0 | 5 | 300 | 131 | 71 |
| Binary | 110010 | 11001100 | 11110011 | 1001111 | 10000 | 0 | 101 | 11000000 | 1011001 | 111001 |
Color Harmonies of #32CCF3
Complementary color
Monochromatic Colors of #32CCF3
Black with #32CCF3
Text Example
Text Example
White with #32CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCF3; }
p { color: rgb(50,204,243); }
H1.HeaderClassName
{
color: #32CCF3;
}
.AnyTagClassName
{
color: #32CCF3;
}
</style>
background-color css
<style>
a { background-color: #32CCF3; }
a { background-color: rgb(50,204,243); }
div.DivClassName
{
background-color: #32CCF3;
}
.BgClassName
{
background-color: #32CCF3;
}
</style>
border-color css
<style>
span { border-color: #32CCF3; }
span { border-color: rgb(50,204,243); }
td.TdClassName
{
border-color: #32CCF3;
}
.TagClassName
{
border-color: #32CCF3;
}
</style>