#32B4D3

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

Shades of Summer Sky #32B4D3

Tints of Summer Sky #32B4D3

Color information

#32B4D3 (or 0x32B4D3) is unknown color: approx Summer Sky. HEX triplet: 32, B4 and D3. RGB value is (50,180,211). Sum of RGB (Red+Green+Blue) = 50+180+211=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #32B4D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B4D3 is #CD4B2C. Grayscale: #909090. Windows color (decimal): -13454125 or 13874226. OLE color: 13874226.

HSL color Cylindrical-coordinate representation of color #32B4D3: hue angle of 191.55º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B4D3 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB50180211-
CMYK0.760.1500.17
HSL191.55º64.66%51.18%-
HSV(B)191.55º76.3%82.75%-
XYZ29.3938.0267.42-
YUV144.66165.4360.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.34%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 211 (82.81% from 255) = 47.85%
R=11.34%
G=40.82%
B=47.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal501802110.760.1500.17191.5564.6651.18
Hex32B4D34CF011c04133
Octal622643231141702130010163
Binary110010101101001101001110011001111010001110000001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,211); }

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

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

 a { background-color: rgb(50,180,211); }

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

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

 span { border-color: rgb(50,180,211); }

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