#B1E2F9

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

Shades of Light Blue #B1E2F9

Tints of Light Blue #B1E2F9

Color information

#B1E2F9 (or 0xB1E2F9) is unknown color: approx Light Blue. HEX triplet: B1, E2 and F9. RGB value is (177,226,249). Sum of RGB (Red+Green+Blue) = 177+226+249=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2F9 is #4E1D06. Grayscale: #D5D5D5. Windows color (decimal): -5119239 or 16376497. OLE color: 16376497.

HSL color Cylindrical-coordinate representation of color #B1E2F9: hue angle of 199.17º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1E2F9 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177226249-
CMYK0.290.0900.02
HSL199.17º85.71%83.53%-
HSV(B)199.17º28.92%97.65%-
XYZ62.4370.5899.96-
YUV213.97147.77101.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=27.15%
G=34.66%
B=38.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772262490.290.0900.02199.1785.7183.53
HexB1E2F91D902c75654
Octal261342371351102307126124
Binary1011000111100010111110011110110010101100011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E2F9; }

 p { color: rgb(177,226,249); }

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

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

 a { background-color: rgb(177,226,249); }

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

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

 span { border-color: rgb(177,226,249); }

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