#B4D9EF

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

Shades of Light Blue #B4D9EF

Tints of Light Blue #B4D9EF

Color information

#B4D9EF (or 0xB4D9EF) is unknown color: approx Light Blue. HEX triplet: B4, D9 and EF. RGB value is (180,217,239). Sum of RGB (Red+Green+Blue) = 180+217+239=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D9EF is #4B2610. Grayscale: #D0D0D0. Windows color (decimal): -4924945 or 15718836. OLE color: 15718836.

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

Color convert

RGB180217239-
CMYK0.250.0900.06
HSL202.37º64.84%82.16%-
HSV(B)202.37º24.69%93.73%-
XYZ59.2265.5691.19-
YUV208.44145.24107.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.30%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=28.30%
G=34.12%
B=37.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802172390.250.0900.06202.3764.8482.16
HexB4D9EF19906ca4152
Octal264331357311106312101122
Binary10110100110110011110111111001100101101100101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D9EF; }

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

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

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

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

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

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

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

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