#B1E3EC

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

Shades of Powder Blue #B1E3EC

Tints of Powder Blue #B1E3EC

Color information

#B1E3EC (or 0xB1E3EC) is unknown color: approx Powder Blue. HEX triplet: B1, E3 and EC. RGB value is (177,227,236). Sum of RGB (Red+Green+Blue) = 177+227+236=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3EC is #4E1C13. Grayscale: #D4D4D4. Windows color (decimal): -5118996 or 15524785. OLE color: 15524785.

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

Color convert

RGB177227236-
CMYK0.250.0400.07
HSL189.15º60.82%80.98%-
HSV(B)189.15º25%92.55%-
XYZ60.7470.3489.73-
YUV213.08140.94102.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=27.66%
G=35.47%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1772272360.250.0400.07189.1560.8280.98
HexB1E3EC19407bd3d51
Octal2613433543140727575121
Binary101100011110001111101100110011000111101111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E3EC; }

 p { color: rgb(177,227,236); }

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

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

 a { background-color: rgb(177,227,236); }

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

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

 span { border-color: rgb(177,227,236); }

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