#B4DAEB

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

Shades of Light Blue #B4DAEB

Tints of Light Blue #B4DAEB

Color information

#B4DAEB (or 0xB4DAEB) is unknown color: approx Light Blue. HEX triplet: B4, DA and EB. RGB value is (180,218,235). Sum of RGB (Red+Green+Blue) = 180+218+235=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAEB is #4B2514. Grayscale: #D0D0D0. Windows color (decimal): -4924693 or 15456948. OLE color: 15456948.

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

Color convert

RGB180218235-
CMYK0.230.0700.08
HSL198.55º57.89%81.37%-
HSV(B)198.55º23.4%92.16%-
XYZ58.8965.8488.2-
YUV208.58142.91107.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.44%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=28.44%
G=34.44%
B=37.12%

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
Decimal1802182350.230.0700.08198.5557.8981.37
HexB4DAEB17708c73a51
Octal26433235327701030772121
Binary1011010011011010111010111011111101000110001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAEB; }

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

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

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

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

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

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

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

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