#B1DEF0

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

Shades of Light Blue #B1DEF0

Tints of Light Blue #B1DEF0

Color information

#B1DEF0 (or 0xB1DEF0) is unknown color: approx Light Blue. HEX triplet: B1, DE and F0. RGB value is (177,222,240). Sum of RGB (Red+Green+Blue) = 177+222+240=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1DEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF0 is #4E210F. Grayscale: #D2D2D2. Windows color (decimal): -5120272 or 15785649. OLE color: 15785649.

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

Color convert

RGB177222240-
CMYK0.260.0800.06
HSL197.14º67.74%81.76%-
HSV(B)197.14º26.25%94.12%-
XYZ59.9867.8892.38-
YUV210.6144.59104.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.70%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=27.70%
G=34.74%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772222400.260.0800.06197.1467.7481.76
HexB1DEF01A806c54452
Octal261336360321006305104122
Binary10110001110111101111000011010100001101100010110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEF0; }

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

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

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

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

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

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

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

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