Shades of Summer Sky #32BCF1
Tints of Summer Sky #32BCF1
RGB
CMYK
RGB Variations
Color information
#32BCF1 (or 0x32BCF1) is known color: Summer Sky. HEX triplet: 32, BC and F1. RGB value is (50,188,241). Sum of RGB (Red+Green+Blue) = 50+188+241=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #32BCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCF1 is #CD430E. Grayscale: #989898. Windows color (decimal): -13452047 or 15842354. OLE color: 15842354.
HSL color Cylindrical-coordinate representation of color #32BCF1: hue angle of 196.65º degrees, saturation: 0.87, 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 #32BCF1 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 188 | 241 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.05 |
| HSL | 196.65º | 0.87% | 0.57% | - |
| HSV(B) | 196.65º | 0.79% | 0.95% | - |
| XYZ | 35.18 | 43 | 89.66 | - |
| YUV | 152.78 | 177.78 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 241 | 0.79 | 0.22 | 0 | 0.05 | 196.65 | 0.87 | 0.57 |
| Hex | 32 | BC | F1 | 4F | 16 | 0 | 5 | C5 | 57 | 39 |
| Octal | 62 | 274 | 361 | 117 | 26 | 0 | 5 | 305 | 127 | 71 |
| Binary | 110010 | 10111100 | 11110001 | 1001111 | 10110 | 0 | 101 | 11000101 | 1010111 | 111001 |
Color Harmonies of #32BCF1
Complementary color
Monochromatic Colors of #32BCF1
Black with #32BCF1
Text Example
Text Example
White with #32BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCF1; }
p { color: rgb(50,188,241); }
H1.HeaderClassName
{
color: #32BCF1;
}
.AnyTagClassName
{
color: #32BCF1;
}
</style>
background-color css
<style>
a { background-color: #32BCF1; }
a { background-color: rgb(50,188,241); }
div.DivClassName
{
background-color: #32BCF1;
}
.BgClassName
{
background-color: #32BCF1;
}
</style>
border-color css
<style>
span { border-color: #32BCF1; }
span { border-color: rgb(50,188,241); }
td.TdClassName
{
border-color: #32BCF1;
}
.TagClassName
{
border-color: #32BCF1;
}
</style>