#B1E0EF

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

Shades of Light Blue #B1E0EF

Tints of Light Blue #B1E0EF

Color information

#B1E0EF (or 0xB1E0EF) is unknown color: approx Light Blue. HEX triplet: B1, E0 and EF. RGB value is (177,224,239). Sum of RGB (Red+Green+Blue) = 177+224+239=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E0EF is #4E1F10. Grayscale: #D3D3D3. Windows color (decimal): -5119761 or 15720625. OLE color: 15720625.

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

Color convert

RGB177224239-
CMYK0.260.0600.06
HSL194.52º65.96%81.57%-
HSV(B)194.52º25.94%93.73%-
XYZ60.3768.8991.78-
YUV211.66143.43103.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=27.66%
G=35%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772242390.260.0600.06194.5265.9681.57
HexB1E0EF1A606c34252
Octal26134035732606303102122
Binary1011000111100000111011111101011001101100001110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0EF; }

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

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

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

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

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

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

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

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