#B4E8EF

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

Shades of Powder Blue #B4E8EF

Tints of Powder Blue #B4E8EF

Color information

#B4E8EF (or 0xB4E8EF) is unknown color: approx Powder Blue. HEX triplet: B4, E8 and EF. RGB value is (180,232,239). Sum of RGB (Red+Green+Blue) = 180+232+239=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E8EF is #4B1710. Grayscale: #D9D9D9. Windows color (decimal): -4921105 or 15722676. OLE color: 15722676.

HSL color Cylindrical-coordinate representation of color #B4E8EF: hue angle of 187.12º 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 #B4E8EF is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180232239-
CMYK0.250.0300.06
HSL187.12º64.84%82.16%-
HSV(B)187.12º24.69%93.73%-
XYZ63.2673.6592.54-
YUV217.25140.27101.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.65%
GREEN value IS 232 (91.02% from 255) = 35.64%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=27.65%
G=35.64%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802322390.250.0300.06187.1264.8482.16
HexB4E8EF19306bb4152
Octal26435035731306273101122
Binary101101001110100011101111110011101101011101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E8EF; }

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

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

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

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

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

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

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

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