#B4D8EF

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

Shades of Light Blue #B4D8EF

Tints of Light Blue #B4D8EF

Color information

#B4D8EF (or 0xB4D8EF) is unknown color: approx Light Blue. HEX triplet: B4, D8 and EF. RGB value is (180,216,239). Sum of RGB (Red+Green+Blue) = 180+216+239=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D8EF is #4B2710. Grayscale: #CFCFCF. Windows color (decimal): -4925201 or 15718580. OLE color: 15718580.

HSL color Cylindrical-coordinate representation of color #B4D8EF: hue angle of 203.39º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D8EF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180216239-
CMYK0.250.1000.06
HSL203.39º64.84%82.16%-
HSV(B)203.39º24.69%93.73%-
XYZ58.9665.0591.11-
YUV207.86145.57108.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=28.35%
G=34.02%
B=37.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802162390.250.1000.06203.3964.8482.16
HexB4D8EF19A06cb4152
Octal264330357311206313101122
Binary10110100110110001110111111001101001101100101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D8EF; }

 p { color: rgb(180,216,239); }

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

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

 a { background-color: rgb(180,216,239); }

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

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

 span { border-color: rgb(180,216,239); }

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