#B4DCEB

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

Shades of Light Blue #B4DCEB

Tints of Light Blue #B4DCEB

Color information

#B4DCEB (or 0xB4DCEB) is unknown color: approx Light Blue. HEX triplet: B4, DC and EB. RGB value is (180,220,235). Sum of RGB (Red+Green+Blue) = 180+220+235=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEB is #4B2314. Grayscale: #D1D1D1. Windows color (decimal): -4924181 or 15457460. OLE color: 15457460.

HSL color Cylindrical-coordinate representation of color #B4DCEB: hue angle of 196.36º 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 #B4DCEB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180220235-
CMYK0.230.0600.08
HSL196.36º57.89%81.37%-
HSV(B)196.36º23.4%92.16%-
XYZ59.4166.8988.38-
YUV209.75142.25106.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=28.35%
G=34.65%
B=37.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802202350.230.0600.08196.3657.8981.37
HexB4DCEB17608c43a51
Octal26433435327601030472121
Binary1011010011011100111010111011111001000110001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCEB; }

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

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

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

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

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

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

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

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