#B1E5EC

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

Shades of Powder Blue #B1E5EC

Tints of Powder Blue #B1E5EC

Color information

#B1E5EC (or 0xB1E5EC) is unknown color: approx Powder Blue. HEX triplet: B1, E5 and EC. RGB value is (177,229,236). Sum of RGB (Red+Green+Blue) = 177+229+236=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E5EC is #4E1A13. Grayscale: #D6D6D6. Windows color (decimal): -5118484 or 15525297. OLE color: 15525297.

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

Color convert

RGB177229236-
CMYK0.250.0300.07
HSL187.12º60.82%80.98%-
HSV(B)187.12º25%92.55%-
XYZ61.2971.4489.92-
YUV214.25140.27101.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=27.57%
G=35.67%
B=36.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772292360.250.0300.07187.1260.8280.98
HexB1E5EC19307bb3d51
Octal2613453543130727375121
Binary10110001111001011110110011001110111101110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E5EC; }

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

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

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

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

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

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

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

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