#32ADE3

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

Shades of Summer Sky #32ADE3

Tints of Summer Sky #32ADE3

Color information

#32ADE3 (or 0x32ADE3) is unknown color: approx Summer Sky. HEX triplet: 32, AD and E3. RGB value is (50,173,227). Sum of RGB (Red+Green+Blue) = 50+173+227=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #32ADE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADE3 is #CD521C. Grayscale: #8E8E8E. Windows color (decimal): -13455901 or 14921010. OLE color: 14921010.

HSL color Cylindrical-coordinate representation of color #32ADE3: hue angle of 198.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32ADE3 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB50173227-
CMYK0.780.2400.11
HSL198.31º75.97%54.31%-
HSV(B)198.31º77.97%89.02%-
XYZ30.1236.1178.06-
YUV142.38175.7562.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.11%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 227 (89.06% from 255) = 50.44%
R=11.11%
G=38.44%
B=50.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal501732270.780.2400.11198.3175.9754.31
Hex32ADE34E180Bc64c36
Octal622553431163001330611466
Binary110010101011011110001110011101100001011110001101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,227); }

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

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

 a { background-color: rgb(50,173,227); }

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

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

 span { border-color: rgb(50,173,227); }

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