#32b3ce

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

Shades of Summer Sky #32B3CE

Tints of Summer Sky #32B3CE

Color information

#32B3CE (or 0x32B3CE) is unknown color: approx Summer Sky. HEX triplet: 32, B3 and CE. RGB value is (50,179,206). Sum of RGB (Red+Green+Blue) = 50+179+206=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #32B3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B3CE is #CD4C31. Grayscale: #8F8F8F. Windows color (decimal): -13454386 or 13546290. OLE color: 13546290.

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

Color convert

RGB50179206-
CMYK0.760.1300.19
HSL190.38º61.42%50.2%-
HSV(B)190.38º75.73%80.78%-
XYZ28.5837.3764.1-
YUV143.51163.2661.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.49%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=11.49%
G=41.15%
B=47.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501792060.760.1300.19190.3861.4250.2
Hex32B3CE4CD013be3d32
Octal62263316114150232767562
Binary11001010110011110011101001100110101001110111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32b3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,179,206); }

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

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

 a { background-color: rgb(50,179,206); }

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

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

 span { border-color: rgb(50,179,206); }

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