#b7e1ed

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

Shades of Powder Blue #B7E1ED

Tints of Powder Blue #B7E1ED

Color information

#B7E1ED (or 0xB7E1ED) is unknown color: approx Powder Blue. HEX triplet: B7, E1 and ED. RGB value is (183,225,237). Sum of RGB (Red+Green+Blue) = 183+225+237=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1ED is #481E12. Grayscale: #D5D5D5. Windows color (decimal): -4726291 or 15589815. OLE color: 15589815.

HSL color Cylindrical-coordinate representation of color #B7E1ED: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7E1ED is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183225237-
CMYK0.230.0500.07
HSL193.33º60%82.35%-
HSV(B)193.33º22.78%92.94%-
XYZ61.7470.0390.38-
YUV213.81141.09106.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.37%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=28.37%
G=34.88%
B=36.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832252370.230.0500.07193.336082.35
HexB7E1ED17507c13c52
Octal2673413552750730174122
Binary101101111110000111101101101111010111110000011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7e1ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7e1ed; }

 p { color: rgb(183,225,237); }

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

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

 a { background-color: rgb(183,225,237); }

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

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

 span { border-color: rgb(183,225,237); }

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