#B0E6EA

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

Shades of Powder Blue #B0E6EA

Tints of Powder Blue #B0E6EA

Color information

#B0E6EA (or 0xB0E6EA) is unknown color: approx Powder Blue. HEX triplet: B0, E6 and EA. RGB value is (176,230,234). Sum of RGB (Red+Green+Blue) = 176+230+234=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6EA is #4F1915. Grayscale: #D6D6D6. Windows color (decimal): -5183766 or 15394480. OLE color: 15394480.

HSL color Cylindrical-coordinate representation of color #B0E6EA: hue angle of 184.14º 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 #B0E6EA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176230234-
CMYK0.250.0200.08
HSL184.14º58%80.39%-
HSV(B)184.14º24.79%91.76%-
XYZ61.0571.7688.48-
YUV214.31139.11100.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.5%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=27.5%
G=35.94%
B=36.56%

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
Decimal1762302340.250.0200.08184.145880.39
HexB0E6EA19208b83a50
Octal26034635231201027072120
Binary101100001110011011101010110011001000101110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E6EA; }

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

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

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

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

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

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

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

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