#B3E4EF

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

Shades of Powder Blue #B3E4EF

Tints of Powder Blue #B3E4EF

Color information

#B3E4EF (or 0xB3E4EF) is unknown color: approx Powder Blue. HEX triplet: B3, E4 and EF. RGB value is (179,228,239). Sum of RGB (Red+Green+Blue) = 179+228+239=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 228 (89.45% from 255 or 35.29% 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 #B3E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E4EF is #4C1B10. Grayscale: #D6D6D6. Windows color (decimal): -4987665 or 15721651. OLE color: 15721651.

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

Color convert

RGB179228239-
CMYK0.250.0500.06
HSL191º65.22%81.96%-
HSV(B)191º25.1%93.73%-
XYZ61.9171.392.16-
YUV214.6141.77102.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.71%
GREEN value IS 228 (89.45% from 255) = 35.29%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=27.71%
G=35.29%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792282390.250.0500.0619165.2281.96
HexB3E4EF19506bf4152
Octal26334435731506277101122
Binary1011001111100100111011111100110101101011111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E4EF; }

 p { color: rgb(179,228,239); }

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

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

 a { background-color: rgb(179,228,239); }

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

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

 span { border-color: rgb(179,228,239); }

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