#B4DAE8

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

Shades of Light Blue #B4DAE8

Tints of Light Blue #B4DAE8

Color information

#B4DAE8 (or 0xB4DAE8) is unknown color: approx Light Blue. HEX triplet: B4, DA and E8. RGB value is (180,218,232). Sum of RGB (Red+Green+Blue) = 180+218+232=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAE8 is #4B2517. Grayscale: #D0D0D0. Windows color (decimal): -4924696 or 15260340. OLE color: 15260340.

HSL color Cylindrical-coordinate representation of color #B4DAE8: hue angle of 196.15º degrees, saturation: 0.53, 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 #B4DAE8 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180218232-
CMYK0.220.0600.09
HSL196.15º53.06%80.78%-
HSV(B)196.15º22.41%90.98%-
XYZ58.4665.6785.94-
YUV208.23141.41107.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.57%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=28.57%
G=34.60%
B=36.83%

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
Decimal1802182320.220.0600.09196.1553.0680.78
HexB4DAE816609c43551
Octal26433235026601130465121
Binary1011010011011010111010001011011001001110001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAE8; }

 p { color: rgb(180,218,232); }

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

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

 a { background-color: rgb(180,218,232); }

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

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

 span { border-color: rgb(180,218,232); }

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