#32B2CC

Color #32B2CC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #32B2CC

Tints of Summer Sky #32B2CC

Color information

#32B2CC (or 0x32B2CC) is unknown color: approx Summer Sky. HEX triplet: 32, B2 and CC. RGB value is (50,178,204). Sum of RGB (Red+Green+Blue) = 50+178+204=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #32B2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B2CC is #CD4D33. Grayscale: #8E8E8E. Windows color (decimal): -13454644 or 13414962. OLE color: 13414962.

HSL color Cylindrical-coordinate representation of color #32B2CC: hue angle of 190.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B2CC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50178204-
CMYK0.750.1300.2
HSL190.13º60.63%49.8%-
HSV(B)190.13º75.49%80%-
XYZ28.1336.8862.76-
YUV142.69162.5961.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 11.57%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=11.57%
G=41.20%
B=47.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501782040.750.1300.2190.1360.6349.8
Hex32B2CC4BD014be3d32
Octal62262314113150242767562
Binary11001010110010110011001001011110101010010111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32B2CC; }

 p { color: rgb(50,178,204); }

 H1.HeaderClassName
 {
   color: #32B2CC;
 }
 .AnyTagClassName
 {
   color: #32B2CC;
 }
</style>
background-color css

<style>
 a { background-color: #32B2CC; }

 a { background-color: rgb(50,178,204); }

 div.DivClassName
 {
   background-color: #32B2CC;
 }
 .BgClassName
 {
   background-color: #32B2CC;
 }
</style>
border-color css

<style>
 span { border-color: #32B2CC; }

 span { border-color: rgb(50,178,204); }

 td.TdClassName
 {
   border-color: #32B2CC;
 }
 .TagClassName
 {
   border-color: #32B2CC;
 }
</style>