#B5DAE9

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

Shades of Light Blue #B5DAE9

Tints of Light Blue #B5DAE9

Color information

#B5DAE9 (or 0xB5DAE9) is unknown color: approx Light Blue. HEX triplet: B5, DA and E9. RGB value is (181,218,233). Sum of RGB (Red+Green+Blue) = 181+218+233=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAE9 is #4A2516. Grayscale: #D0D0D0. Windows color (decimal): -4859159 or 15325877. OLE color: 15325877.

HSL color Cylindrical-coordinate representation of color #B5DAE9: hue angle of 197.31º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DAE9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181218233-
CMYK0.220.0600.09
HSL197.31º54.17%81.18%-
HSV(B)197.31º22.32%91.37%-
XYZ58.8465.8586.7-
YUV208.65141.74108.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.64%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=28.64%
G=34.49%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812182330.220.0600.09197.3154.1781.18
HexB5DAE916609c53651
Octal26533235126601130566121
Binary1011010111011010111010011011011001001110001011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAE9; }

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

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

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

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

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

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

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

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