#B1E6ED

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

Shades of Powder Blue #B1E6ED

Tints of Powder Blue #B1E6ED

Color information

#B1E6ED (or 0xB1E6ED) is unknown color: approx Powder Blue. HEX triplet: B1, E6 and ED. RGB value is (177,230,237). Sum of RGB (Red+Green+Blue) = 177+230+237=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1E6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6ED is #4E1912. Grayscale: #D6D6D6. Windows color (decimal): -5118227 or 15591089. OLE color: 15591089.

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

Color convert

RGB177230237-
CMYK0.250.0300.07
HSL187º62.5%81.18%-
HSV(B)187º25.32%92.94%-
XYZ61.7172.0690.78-
YUV214.95140.44100.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=27.48%
G=35.71%
B=36.80%

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
Decimal1772302370.250.0300.0718762.581.18
HexB1E6ED19307bb3e51
Octal2613463553130727376121
Binary10110001111001101110110111001110111101110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E6ED; }

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

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

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

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

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

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

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

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