#b1e1f5

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

Shades of Light Blue #B1E1F5

Tints of Light Blue #B1E1F5

Color information

#B1E1F5 (or 0xB1E1F5) is unknown color: approx Light Blue. HEX triplet: B1, E1 and F5. RGB value is (177,225,245). Sum of RGB (Red+Green+Blue) = 177+225+245=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1E1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1F5 is #4E1E0A. Grayscale: #D4D4D4. Windows color (decimal): -5119499 or 16114097. OLE color: 16114097.

HSL color Cylindrical-coordinate representation of color #B1E1F5: hue angle of 197.65º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1E1F5 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177225245-
CMYK0.280.0800.04
HSL197.65º77.27%82.75%-
HSV(B)197.65º27.76%96.08%-
XYZ61.5469.7996.61-
YUV212.93146.1102.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 245 (96.09% from 255) = 37.87%
R=27.36%
G=34.78%
B=37.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772252450.280.0800.04197.6577.2782.75
HexB1E1F51C804c64d53
Octal261341365341004306115123
Binary10110001111000011111010111100100001001100011010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1e1f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1e1f5; }

 p { color: rgb(177,225,245); }

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

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

 a { background-color: rgb(177,225,245); }

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

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

 span { border-color: rgb(177,225,245); }

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