#B1D8EF

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

Shades of Light Blue #B1D8EF

Tints of Light Blue #B1D8EF

Color information

#B1D8EF (or 0xB1D8EF) is unknown color: approx Light Blue. HEX triplet: B1, D8 and EF. RGB value is (177,216,239). Sum of RGB (Red+Green+Blue) = 177+216+239=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D8EF is #4E2710. Grayscale: #CECECE. Windows color (decimal): -5121809 or 15718577. OLE color: 15718577.

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

Color convert

RGB177216239-
CMYK0.260.1000.06
HSL202.26º65.96%81.57%-
HSV(B)202.26º25.94%93.73%-
XYZ58.2764.6991.08-
YUV206.96146.08106.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=28.01%
G=34.18%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772162390.260.1000.06202.2665.9681.57
HexB1D8EF1AA06ca4252
Octal261330357321206312102122
Binary10110001110110001110111111010101001101100101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D8EF; }

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

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

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

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

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

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

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

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