#B3E7EC

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

Shades of Powder Blue #B3E7EC

Tints of Powder Blue #B3E7EC

Color information

#B3E7EC (or 0xB3E7EC) is unknown color: approx Powder Blue. HEX triplet: B3, E7 and EC. RGB value is (179,231,236). Sum of RGB (Red+Green+Blue) = 179+231+236=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3E7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E7EC is #4C1813. Grayscale: #D7D7D7. Windows color (decimal): -4986900 or 15525811. OLE color: 15525811.

HSL color Cylindrical-coordinate representation of color #B3E7EC: hue angle of 185.26º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3E7EC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179231236-
CMYK0.240.0200.07
HSL185.26º60%81.37%-
HSV(B)185.26º24.15%92.55%-
XYZ62.3172.7990.12-
YUV216.02139.27101.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.71%
GREEN value IS 231 (90.62% from 255) = 35.76%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=27.71%
G=35.76%
B=36.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792312360.240.0200.07185.266081.37
HexB3E7EC18207b93c51
Octal2633473543020727174121
Binary10110011111001111110110011000100111101110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E7EC; }

 p { color: rgb(179,231,236); }

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

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

 a { background-color: rgb(179,231,236); }

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

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

 span { border-color: rgb(179,231,236); }

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