#B1E5EF

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

Shades of Powder Blue #B1E5EF

Tints of Powder Blue #B1E5EF

Color information

#B1E5EF (or 0xB1E5EF) is unknown color: approx Powder Blue. HEX triplet: B1, E5 and EF. RGB value is (177,229,239). Sum of RGB (Red+Green+Blue) = 177+229+239=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E5EF is #4E1A10. Grayscale: #D6D6D6. Windows color (decimal): -5118481 or 15721905. OLE color: 15721905.

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

Color convert

RGB177229239-
CMYK0.260.0400.06
HSL189.68º65.96%81.57%-
HSV(B)189.68º25.94%93.73%-
XYZ61.7371.6292.23-
YUV214.59141.77101.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 229 (89.84% from 255) = 35.50%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=27.44%
G=35.50%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772292390.260.0400.06189.6865.9681.57
HexB1E5EF1A406be4252
Octal26134535732406276102122
Binary1011000111100101111011111101010001101011111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E5EF; }

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

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

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

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

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

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

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

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