#B5E5EF

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

Shades of Powder Blue #B5E5EF

Tints of Powder Blue #B5E5EF

Color information

#B5E5EF (or 0xB5E5EF) is unknown color: approx Powder Blue. HEX triplet: B5, E5 and EF. RGB value is (181,229,239). Sum of RGB (Red+Green+Blue) = 181+229+239=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E5EF is #4A1A10. Grayscale: #D7D7D7. Windows color (decimal): -4856337 or 15721909. OLE color: 15721909.

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

Color convert

RGB181229239-
CMYK0.240.0400.06
HSL190.34º64.44%82.35%-
HSV(B)190.34º24.27%93.73%-
XYZ62.6672.0992.27-
YUV215.79141.1103.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.89%
GREEN value IS 229 (89.84% from 255) = 35.29%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=27.89%
G=35.29%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812292390.240.0400.06190.3464.4482.35
HexB5E5EF18406be4052
Octal26534535730406276100122
Binary1011010111100101111011111100010001101011111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E5EF; }

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

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

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

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

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

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

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

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