#B1DEF2

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

Shades of Light Blue #B1DEF2

Tints of Light Blue #B1DEF2

Color information

#B1DEF2 (or 0xB1DEF2) is unknown color: approx Light Blue. HEX triplet: B1, DE and F2. RGB value is (177,222,242). Sum of RGB (Red+Green+Blue) = 177+222+242=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF2 is #4E210D. Grayscale: #D2D2D2. Windows color (decimal): -5120270 or 15916721. OLE color: 15916721.

HSL color Cylindrical-coordinate representation of color #B1DEF2: hue angle of 198.46º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1DEF2 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177222242-
CMYK0.270.0800.05
HSL198.46º71.43%82.16%-
HSV(B)198.46º26.86%94.9%-
XYZ60.286893.95-
YUV210.82145.59103.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=27.61%
G=34.63%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772222420.270.0800.05198.4671.4382.16
HexB1DEF21B805c64752
Octal261336362331005306107122
Binary10110001110111101111001011011100001011100011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEF2; }

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

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

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

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

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

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

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

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