#32BEED

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

Shades of Summer Sky #32BEED

Tints of Summer Sky #32BEED

Color information

#32BEED (or 0x32BEED) is unknown color: approx Summer Sky. HEX triplet: 32, BE and ED. RGB value is (50,190,237). Sum of RGB (Red+Green+Blue) = 50+190+237=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #32BEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEED is #CD4112. Grayscale: #999999. Windows color (decimal): -13451539 or 15580722. OLE color: 15580722.

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

Color convert

RGB50190237-
CMYK0.790.2000.07
HSL195.08º83.86%56.27%-
HSV(B)195.08º78.9%92.94%-
XYZ35.0143.6286.69-
YUV153.5175.1254.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.48%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=10.48%
G=39.83%
B=49.69%

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
Decimal501902370.790.2000.07195.0883.8656.27
Hex32BEED4F1407c35438
Octal62276355117240730312470
Binary11001010111110111011011001111101000111110000111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,190,237); }

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

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

 a { background-color: rgb(50,190,237); }

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

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

 span { border-color: rgb(50,190,237); }

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