Shades of Summer Sky #32CBEE
Tints of Summer Sky #32CBEE
RGB
CMYK
RGB Variations
Color information
#32CBEE (or 0x32CBEE) is known color: Summer Sky. HEX triplet: 32, CB and EE. RGB value is (50,203,238). Sum of RGB (Red+Green+Blue) = 50+203+238=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #32CBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CBEE is #CD3411. Grayscale: #A0A0A0. Windows color (decimal): -13448210 or 15649586. OLE color: 15649586.
HSL color Cylindrical-coordinate representation of color #32CBEE: hue angle of 191.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CBEE is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 203 | 238 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.07 |
| HSL | 191.17º | 0.85% | 0.56% | - |
| HSV(B) | 191.17º | 0.79% | 0.93% | - |
| XYZ | 38.1 | 49.56 | 88.45 | - |
| YUV | 161.24 | 171.31 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 238 | 0.79 | 0.15 | 0 | 0.07 | 191.17 | 0.85 | 0.56 |
| Hex | 32 | CB | EE | 4F | F | 0 | 7 | BF | 55 | 38 |
| Octal | 62 | 313 | 356 | 117 | 17 | 0 | 7 | 277 | 125 | 70 |
| Binary | 110010 | 11001011 | 11101110 | 1001111 | 1111 | 0 | 111 | 10111111 | 1010101 | 111000 |
Color Harmonies of #32CBEE
Complementary color
Monochromatic Colors of #32CBEE
Black with #32CBEE
Text Example
Text Example
White with #32CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBEE; }
p { color: rgb(50,203,238); }
H1.HeaderClassName
{
color: #32CBEE;
}
.AnyTagClassName
{
color: #32CBEE;
}
</style>
background-color css
<style>
a { background-color: #32CBEE; }
a { background-color: rgb(50,203,238); }
div.DivClassName
{
background-color: #32CBEE;
}
.BgClassName
{
background-color: #32CBEE;
}
</style>
border-color css
<style>
span { border-color: #32CBEE; }
span { border-color: rgb(50,203,238); }
td.TdClassName
{
border-color: #32CBEE;
}
.TagClassName
{
border-color: #32CBEE;
}
</style>