#B4E5EF

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

Shades of Powder Blue #B4E5EF

Tints of Powder Blue #B4E5EF

Color information

#B4E5EF (or 0xB4E5EF) is unknown color: approx Powder Blue. HEX triplet: B4, E5 and EF. RGB value is (180,229,239). Sum of RGB (Red+Green+Blue) = 180+229+239=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5EF is #4B1A10. Grayscale: #D7D7D7. Windows color (decimal): -4921873 or 15721908. OLE color: 15721908.

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

Color convert

RGB180229239-
CMYK0.250.0400.06
HSL190.17º64.84%82.16%-
HSV(B)190.17º24.69%93.73%-
XYZ62.4271.9792.26-
YUV215.49141.27102.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.78%
GREEN value IS 229 (89.84% from 255) = 35.34%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=27.78%
G=35.34%
B=36.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802292390.250.0400.06190.1764.8482.16
HexB4E5EF19406be4152
Octal26434535731406276101122
Binary1011010011100101111011111100110001101011111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5EF; }

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

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

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

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

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

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

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

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