#B2E5EF

Color #B2E5EF Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B2E5EF

Tints of Powder Blue #B2E5EF

Color information

#B2E5EF (or 0xB2E5EF) is unknown color: approx Powder Blue. HEX triplet: B2, E5 and EF. RGB value is (178,229,239). Sum of RGB (Red+Green+Blue) = 178+229+239=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5EF is #4D1A10. Grayscale: #D6D6D6. Windows color (decimal): -5052945 or 15721906. OLE color: 15721906.

HSL color Cylindrical-coordinate representation of color #B2E5EF: hue angle of 189.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E5EF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178229239-
CMYK0.260.0400.06
HSL189.84º65.59%81.76%-
HSV(B)189.84º25.52%93.73%-
XYZ61.9671.7492.24-
YUV214.89141.6101.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.55%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=27.55%
G=35.45%
B=37.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782292390.260.0400.06189.8465.5981.76
HexB2E5EF1A406be4252
Octal26234535732406276102122
Binary1011001011100101111011111101010001101011111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E5EF; }

 p { color: rgb(178,229,239); }

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

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

 a { background-color: rgb(178,229,239); }

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

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

 span { border-color: rgb(178,229,239); }

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