#B3E5EA

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

Shades of Powder Blue #B3E5EA

Tints of Powder Blue #B3E5EA

Color information

#B3E5EA (or 0xB3E5EA) is unknown color: approx Powder Blue. HEX triplet: B3, E5 and EA. RGB value is (179,229,234). Sum of RGB (Red+Green+Blue) = 179+229+234=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5EA is #4C1A15. Grayscale: #D6D6D6. Windows color (decimal): -4987414 or 15394227. OLE color: 15394227.

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

Color convert

RGB179229234-
CMYK0.240.0200.08
HSL185.45º56.7%80.98%-
HSV(B)185.45º23.5%91.76%-
XYZ61.4671.5688.42-
YUV214.62138.94102.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.88%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=27.88%
G=35.67%
B=36.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792292340.240.0200.08185.4556.780.98
HexB3E5EA18208b93951
Octal26334535230201027171121
Binary101100111110010111101010110001001000101110011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E5EA; }

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

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

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

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

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

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

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

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