#B1DEF1

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

Shades of Light Blue #B1DEF1

Tints of Light Blue #B1DEF1

Color information

#B1DEF1 (or 0xB1DEF1) is unknown color: approx Light Blue. HEX triplet: B1, DE and F1. RGB value is (177,222,241). Sum of RGB (Red+Green+Blue) = 177+222+241=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF1 is #4E210E. Grayscale: #D2D2D2. Windows color (decimal): -5120271 or 15851185. OLE color: 15851185.

HSL color Cylindrical-coordinate representation of color #B1DEF1: hue angle of 197.81º degrees, saturation: 0.7, 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 #B1DEF1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177222241-
CMYK0.270.0800.05
HSL197.81º69.57%81.96%-
HSV(B)197.81º26.56%94.51%-
XYZ60.1367.9493.16-
YUV210.71145.09103.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=27.66%
G=34.69%
B=37.66%

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
Decimal1772222410.270.0800.05197.8169.5781.96
HexB1DEF11B805c64652
Octal261336361331005306106122
Binary10110001110111101111000111011100001011100011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEF1; }

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

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

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

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

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

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

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

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