#B5E4EF

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

Shades of Powder Blue #B5E4EF

Tints of Powder Blue #B5E4EF

Color information

#B5E4EF (or 0xB5E4EF) is unknown color: approx Powder Blue. HEX triplet: B5, E4 and EF. RGB value is (181,228,239). Sum of RGB (Red+Green+Blue) = 181+228+239=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E4EF is #4A1B10. Grayscale: #D7D7D7. Windows color (decimal): -4856593 or 15721653. OLE color: 15721653.

HSL color Cylindrical-coordinate representation of color #B5E4EF: hue angle of 191.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E4EF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181228239-
CMYK0.240.0500.06
HSL191.38º64.44%82.35%-
HSV(B)191.38º24.27%93.73%-
XYZ62.3871.5492.18-
YUV215.2141.43103.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.93%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=27.93%
G=35.19%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812282390.240.0500.06191.3864.4482.35
HexB5E4EF18506bf4052
Octal26534435730506277100122
Binary1011010111100100111011111100010101101011111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E4EF; }

 p { color: rgb(181,228,239); }

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

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

 a { background-color: rgb(181,228,239); }

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

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

 span { border-color: rgb(181,228,239); }

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