#B7E0EA

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

Shades of Powder Blue #B7E0EA

Tints of Powder Blue #B7E0EA

Color information

#B7E0EA (or 0xB7E0EA) is unknown color: approx Powder Blue. HEX triplet: B7, E0 and EA. RGB value is (183,224,234). Sum of RGB (Red+Green+Blue) = 183+224+234=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E0EA is #481F15. Grayscale: #D4D4D4. Windows color (decimal): -4726550 or 15392951. OLE color: 15392951.

HSL color Cylindrical-coordinate representation of color #B7E0EA: hue angle of 191.76º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7E0EA is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183224234-
CMYK0.220.0400.08
HSL191.76º54.84%81.76%-
HSV(B)191.76º21.79%91.76%-
XYZ61.0469.3288-
YUV212.88139.92106.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=28.55%
G=34.95%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832242340.220.0400.08191.7654.8481.76
HexB7E0EA16408c03752
Octal26734035226401030067122
Binary1011011111100000111010101011010001000110000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E0EA; }

 p { color: rgb(183,224,234); }

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

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

 a { background-color: rgb(183,224,234); }

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

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

 span { border-color: rgb(183,224,234); }

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