#B1DEEF

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

Shades of Light Blue #B1DEEF

Tints of Light Blue #B1DEEF

Color information

#B1DEEF (or 0xB1DEEF) is unknown color: approx Light Blue. HEX triplet: B1, DE and EF. RGB value is (177,222,239). Sum of RGB (Red+Green+Blue) = 177+222+239=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEEF is #4E2110. Grayscale: #D2D2D2. Windows color (decimal): -5120273 or 15720113. OLE color: 15720113.

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

Color convert

RGB177222239-
CMYK0.260.0700.06
HSL196.45º65.96%81.57%-
HSV(B)196.45º25.94%93.73%-
XYZ59.8367.8291.6-
YUV210.48144.09104.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=27.74%
G=34.80%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772222390.260.0700.06196.4565.9681.57
HexB1DEEF1A706c44252
Octal26133635732706304102122
Binary1011000111011110111011111101011101101100010010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEEF; }

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

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

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

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

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

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

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

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