#B5E1EF

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

Shades of Light Blue #B5E1EF

Tints of Light Blue #B5E1EF

Color information

#B5E1EF (or 0xB5E1EF) is unknown color: approx Light Blue. HEX triplet: B5, E1 and EF. RGB value is (181,225,239). Sum of RGB (Red+Green+Blue) = 181+225+239=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1EF is #4A1E10. Grayscale: #D5D5D5. Windows color (decimal): -4857361 or 15720885. OLE color: 15720885.

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

Color convert

RGB181225239-
CMYK0.240.0600.06
HSL194.48º64.44%82.35%-
HSV(B)194.48º24.27%93.73%-
XYZ61.5669.9191.91-
YUV213.44142.42104.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.06%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=28.06%
G=34.88%
B=37.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812252390.240.0600.06194.4864.4482.35
HexB5E1EF18606c24052
Octal26534135730606302100122
Binary1011010111100001111011111100011001101100001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E1EF; }

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

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

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

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

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

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

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

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