#B4DCEF

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

Shades of Light Blue #B4DCEF

Tints of Light Blue #B4DCEF

Color information

#B4DCEF (or 0xB4DCEF) is unknown color: approx Light Blue. HEX triplet: B4, DC and EF. RGB value is (180,220,239). Sum of RGB (Red+Green+Blue) = 180+220+239=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEF is #4B2310. Grayscale: #D2D2D2. Windows color (decimal): -4924177 or 15719604. OLE color: 15719604.

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

Color convert

RGB180220239-
CMYK0.250.0800.06
HSL199.32º64.84%82.16%-
HSV(B)199.32º24.69%93.73%-
XYZ6067.1291.46-
YUV210.21144.25106.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=28.17%
G=34.43%
B=37.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802202390.250.0800.06199.3264.8482.16
HexB4DCEF19806c74152
Octal264334357311006307101122
Binary10110100110111001110111111001100001101100011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCEF; }

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

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

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

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

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

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

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

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