#B4E1F4

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

Shades of Light Blue #B4E1F4

Tints of Light Blue #B4E1F4

Color information

#B4E1F4 (or 0xB4E1F4) is unknown color: approx Light Blue. HEX triplet: B4, E1 and F4. RGB value is (180,225,244). Sum of RGB (Red+Green+Blue) = 180+225+244=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4E1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1F4 is #4B1E0B. Grayscale: #D5D5D5. Windows color (decimal): -4922892 or 16048564. OLE color: 16048564.

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

Color convert

RGB180225244-
CMYK0.260.0800.04
HSL197.81º74.42%83.14%-
HSV(B)197.81º26.23%95.69%-
XYZ62.0870.0995.84-
YUV213.71145.09103.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.73%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=27.73%
G=34.67%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802252440.260.0800.04197.8174.4283.14
HexB4E1F41A804c64a53
Octal264341364321004306112123
Binary10110100111000011111010011010100001001100011010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E1F4; }

 p { color: rgb(180,225,244); }

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

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

 a { background-color: rgb(180,225,244); }

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

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

 span { border-color: rgb(180,225,244); }

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