Shades of Summer Sky #32CBED
Tints of Summer Sky #32CBED
RGB
CMYK
RGB Variations
Color information
#32CBED (or 0x32CBED) is known color: Summer Sky. HEX triplet: 32, CB and ED. RGB value is (50,203,237). Sum of RGB (Red+Green+Blue) = 50+203+237=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #32CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CBED is #CD3412. Grayscale: #A0A0A0. Windows color (decimal): -13448211 or 15584050. OLE color: 15584050.
HSL color Cylindrical-coordinate representation of color #32CBED: hue angle of 190.91º degrees, saturation: 0.84, 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 #32CBED is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 203 | 237 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.07 |
| HSL | 190.91º | 0.84% | 0.56% | - |
| HSV(B) | 190.91º | 0.79% | 0.93% | - |
| XYZ | 37.96 | 49.5 | 87.68 | - |
| YUV | 161.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 237 | 0.79 | 0.14 | 0 | 0.07 | 190.91 | 0.84 | 0.56 |
| Hex | 32 | CB | ED | 4F | E | 0 | 7 | BF | 54 | 38 |
| Octal | 62 | 313 | 355 | 117 | 16 | 0 | 7 | 277 | 124 | 70 |
| Binary | 110010 | 11001011 | 11101101 | 1001111 | 1110 | 0 | 111 | 10111111 | 1010100 | 111000 |
Color Harmonies of #32CBED
Complementary color
Monochromatic Colors of #32CBED
Black with #32CBED
Text Example
Text Example
White with #32CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBED; }
p { color: rgb(50,203,237); }
H1.HeaderClassName
{
color: #32CBED;
}
.AnyTagClassName
{
color: #32CBED;
}
</style>
background-color css
<style>
a { background-color: #32CBED; }
a { background-color: rgb(50,203,237); }
div.DivClassName
{
background-color: #32CBED;
}
.BgClassName
{
background-color: #32CBED;
}
</style>
border-color css
<style>
span { border-color: #32CBED; }
span { border-color: rgb(50,203,237); }
td.TdClassName
{
border-color: #32CBED;
}
.TagClassName
{
border-color: #32CBED;
}
</style>