#B1E6EE

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

Shades of Powder Blue #B1E6EE

Tints of Powder Blue #B1E6EE

Color information

#B1E6EE (or 0xB1E6EE) is unknown color: approx Powder Blue. HEX triplet: B1, E6 and EE. RGB value is (177,230,238). Sum of RGB (Red+Green+Blue) = 177+230+238=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EE is #4E1911. Grayscale: #D6D6D6. Windows color (decimal): -5118226 or 15656625. OLE color: 15656625.

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

Color convert

RGB177230238-
CMYK0.260.0300.07
HSL187.87º64.21%81.37%-
HSV(B)187.87º25.63%93.33%-
XYZ61.8672.1191.55-
YUV215.06140.94100.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=27.44%
G=35.66%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772302380.260.0300.07187.8764.2181.37
HexB1E6EE1A307bc4051
Octal26134635632307274100121
Binary101100011110011011101110110101101111011110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E6EE; }

 p { color: rgb(177,230,238); }

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

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

 a { background-color: rgb(177,230,238); }

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

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

 span { border-color: rgb(177,230,238); }

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