#B5DAEB

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

Shades of Light Blue #B5DAEB

Tints of Light Blue #B5DAEB

Color information

#B5DAEB (or 0xB5DAEB) is unknown color: approx Light Blue. HEX triplet: B5, DA and EB. RGB value is (181,218,235). Sum of RGB (Red+Green+Blue) = 181+218+235=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAEB is #4A2514. Grayscale: #D0D0D0. Windows color (decimal): -4859157 or 15456949. OLE color: 15456949.

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

Color convert

RGB181218235-
CMYK0.230.0700.08
HSL198.89º57.45%81.57%-
HSV(B)198.89º22.98%92.16%-
XYZ59.1265.9688.21-
YUV208.87142.74108.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=28.55%
G=34.38%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812182350.230.0700.08198.8957.4581.57
HexB5DAEB17708c73952
Octal26533235327701030771122
Binary1011010111011010111010111011111101000110001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAEB; }

 p { color: rgb(181,218,235); }

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

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

 a { background-color: rgb(181,218,235); }

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

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

 span { border-color: rgb(181,218,235); }

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