#B5DAED

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

Shades of Light Blue #B5DAED

Tints of Light Blue #B5DAED

Color information

#B5DAED (or 0xB5DAED) is unknown color: approx Light Blue. HEX triplet: B5, DA and ED. RGB value is (181,218,237). Sum of RGB (Red+Green+Blue) = 181+218+237=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAED is #4A2512. Grayscale: #D0D0D0. Windows color (decimal): -4859155 or 15588021. OLE color: 15588021.

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

Color convert

RGB181218237-
CMYK0.240.0800.07
HSL200.36º60.87%81.96%-
HSV(B)200.36º23.63%92.94%-
XYZ59.4166.0889.74-
YUV209.1143.74107.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.46%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=28.46%
G=34.28%
B=37.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812182370.240.0800.07200.3660.8781.96
HexB5DAED18807c83d52
Octal26533235530100731075122
Binary1011010111011010111011011100010000111110010001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAED; }

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

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

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

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

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

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

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

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