#32BDEC

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

Shades of Summer Sky #32BDEC

Tints of Summer Sky #32BDEC

Color information

#32BDEC (or 0x32BDEC) is unknown color: approx Summer Sky. HEX triplet: 32, BD and EC. RGB value is (50,189,236). Sum of RGB (Red+Green+Blue) = 50+189+236=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #32BDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDEC is #CD4213. Grayscale: #989898. Windows color (decimal): -13451796 or 15514930. OLE color: 15514930.

HSL color Cylindrical-coordinate representation of color #32BDEC: hue angle of 195.16º degrees, saturation: 0.83, 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 #32BDEC is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB50189236-
CMYK0.790.2000.07
HSL195.16º83.04%56.08%-
HSV(B)195.16º78.81%92.55%-
XYZ34.6543.1385.86-
YUV152.8174.9554.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.53%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=10.53%
G=39.79%
B=49.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal501892360.790.2000.07195.1683.0456.08
Hex32BDEC4F1407c35338
Octal62275354117240730312370
Binary11001010111101111011001001111101000111110000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,189,236); }

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

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

 a { background-color: rgb(50,189,236); }

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

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

 span { border-color: rgb(50,189,236); }

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