#B0E5EF

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

Shades of Powder Blue #B0E5EF

Tints of Powder Blue #B0E5EF

Color information

#B0E5EF (or 0xB0E5EF) is unknown color: approx Powder Blue. HEX triplet: B0, E5 and EF. RGB value is (176,229,239). Sum of RGB (Red+Green+Blue) = 176+229+239=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E5EF is #4F1A10. Grayscale: #D6D6D6. Windows color (decimal): -5184017 or 15721904. OLE color: 15721904.

HSL color Cylindrical-coordinate representation of color #B0E5EF: hue angle of 189.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E5EF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176229239-
CMYK0.260.0400.06
HSL189.52º66.32%81.37%-
HSV(B)189.52º26.36%93.73%-
XYZ61.571.592.22-
YUV214.29141.94100.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.33%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=27.33%
G=35.56%
B=37.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762292390.260.0400.06189.5266.3281.37
HexB0E5EF1A406be4251
Octal26034535732406276102121
Binary1011000011100101111011111101010001101011111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E5EF; }

 p { color: rgb(176,229,239); }

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

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

 a { background-color: rgb(176,229,239); }

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

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

 span { border-color: rgb(176,229,239); }

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