#B1E6EB

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

Shades of Powder Blue #B1E6EB

Tints of Powder Blue #B1E6EB

Color information

#B1E6EB (or 0xB1E6EB) is unknown color: approx Powder Blue. HEX triplet: B1, E6 and EB. RGB value is (177,230,235). Sum of RGB (Red+Green+Blue) = 177+230+235=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EB is #4E1914. Grayscale: #D6D6D6. Windows color (decimal): -5118229 or 15460017. OLE color: 15460017.

HSL color Cylindrical-coordinate representation of color #B1E6EB: hue angle of 185.17º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1E6EB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177230235-
CMYK0.250.0200.08
HSL185.17º59.18%80.78%-
HSV(B)185.17º24.68%92.16%-
XYZ61.4271.9489.25-
YUV214.72139.44101.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=27.57%
G=35.83%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772302350.250.0200.08185.1759.1880.78
HexB1E6EB19208b93b51
Octal26134635331201027173121
Binary101100011110011011101011110011001000101110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E6EB; }

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

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

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

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

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

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

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

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