#B3D9EF

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

Shades of Light Blue #B3D9EF

Tints of Light Blue #B3D9EF

Color information

#B3D9EF (or 0xB3D9EF) is unknown color: approx Light Blue. HEX triplet: B3, D9 and EF. RGB value is (179,217,239). Sum of RGB (Red+Green+Blue) = 179+217+239=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 217 (85.16% from 255 or 34.17% 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 #B3D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D9EF is #4C2610. Grayscale: #D0D0D0. Windows color (decimal): -4990481 or 15718835. OLE color: 15718835.

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

Color convert

RGB179217239-
CMYK0.250.0900.06
HSL202º65.22%81.96%-
HSV(B)202º25.1%93.73%-
XYZ58.9865.4491.18-
YUV208.15145.41107.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=28.19%
G=34.17%
B=37.64%

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
Decimal1792172390.250.0900.0620265.2281.96
HexB3D9EF19906ca4152
Octal263331357311106312101122
Binary10110011110110011110111111001100101101100101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D9EF; }

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

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

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

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

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

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

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

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