#B1D9EF

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

Shades of Light Blue #B1D9EF

Tints of Light Blue #B1D9EF

Color information

#B1D9EF (or 0xB1D9EF) is unknown color: approx Light Blue. HEX triplet: B1, D9 and EF. RGB value is (177,217,239). Sum of RGB (Red+Green+Blue) = 177+217+239=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D9EF is #4E2610. Grayscale: #CFCFCF. Windows color (decimal): -5121553 or 15718833. OLE color: 15718833.

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

Color convert

RGB177217239-
CMYK0.260.0900.06
HSL201.29º65.96%81.57%-
HSV(B)201.29º25.94%93.73%-
XYZ58.5265.291.16-
YUV207.55145.75106.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=27.96%
G=34.28%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772172390.260.0900.06201.2965.9681.57
HexB1D9EF1A906c94252
Octal261331357321106311102122
Binary10110001110110011110111111010100101101100100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D9EF; }

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

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

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

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

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

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

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

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