#B4E1EA

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

Shades of Powder Blue #B4E1EA

Tints of Powder Blue #B4E1EA

Color information

#B4E1EA (or 0xB4E1EA) is unknown color: approx Powder Blue. HEX triplet: B4, E1 and EA. RGB value is (180,225,234). Sum of RGB (Red+Green+Blue) = 180+225+234=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 225 (88.28% from 255 or 35.21% 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 #B4E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1EA is #4B1E15. Grayscale: #D4D4D4. Windows color (decimal): -4922902 or 15393204. OLE color: 15393204.

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

Color convert

RGB180225234-
CMYK0.230.0400.08
HSL190º56.25%81.18%-
HSV(B)190º23.08%91.76%-
XYZ60.669.4988.06-
YUV212.57140.09104.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=28.17%
G=35.21%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802252340.230.0400.0819056.2581.18
HexB4E1EA17408be3851
Octal26434135227401027670121
Binary1011010011100001111010101011110001000101111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E1EA; }

 p { color: rgb(180,225,234); }

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

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

 a { background-color: rgb(180,225,234); }

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

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

 span { border-color: rgb(180,225,234); }

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