#B5E0EA

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

Shades of Powder Blue #B5E0EA

Tints of Powder Blue #B5E0EA

Color information

#B5E0EA (or 0xB5E0EA) is unknown color: approx Powder Blue. HEX triplet: B5, E0 and EA. RGB value is (181,224,234). Sum of RGB (Red+Green+Blue) = 181+224+234=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 224 (87.89% from 255 or 35.05% 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 #B5E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0EA is #4A1F15. Grayscale: #D4D4D4. Windows color (decimal): -4857622 or 15392949. OLE color: 15392949.

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

Color convert

RGB181224234-
CMYK0.230.0400.08
HSL191.32º55.79%81.37%-
HSV(B)191.32º22.65%91.76%-
XYZ60.5669.0887.98-
YUV212.28140.25105.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=28.33%
G=35.05%
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
Decimal1812242340.230.0400.08191.3255.7981.37
HexB5E0EA17408bf3851
Octal26534035227401027770121
Binary1011010111100000111010101011110001000101111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0EA; }

 p { color: rgb(181,224,234); }

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

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

 a { background-color: rgb(181,224,234); }

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

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

 span { border-color: rgb(181,224,234); }

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