#B0E5EA

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

Shades of Powder Blue #B0E5EA

Tints of Powder Blue #B0E5EA

Color information

#B0E5EA (or 0xB0E5EA) is unknown color: approx Powder Blue. HEX triplet: B0, E5 and EA. RGB value is (176,229,234). Sum of RGB (Red+Green+Blue) = 176+229+234=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E5EA is #4F1A15. Grayscale: #D5D5D5. Windows color (decimal): -5184022 or 15394224. OLE color: 15394224.

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

Color convert

RGB176229234-
CMYK0.250.0200.08
HSL185.17º58%80.39%-
HSV(B)185.17º24.79%91.76%-
XYZ60.7871.2188.38-
YUV213.72139.44101.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.54%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=27.54%
G=35.84%
B=36.62%

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
Decimal1762292340.250.0200.08185.175880.39
HexB0E5EA19208b93a50
Octal26034535231201027172120
Binary101100001110010111101010110011001000101110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E5EA; }

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

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

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

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

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

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

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

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