#B5E2FA

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

Shades of Light Blue #B5E2FA

Tints of Light Blue #B5E2FA

Color information

#B5E2FA (or 0xB5E2FA) is unknown color: approx Light Blue. HEX triplet: B5, E2 and FA. RGB value is (181,226,250). Sum of RGB (Red+Green+Blue) = 181+226+250=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E2FA is #4A1D05. Grayscale: #D7D7D7. Windows color (decimal): -4857094 or 16442037. OLE color: 16442037.

HSL color Cylindrical-coordinate representation of color #B5E2FA: hue angle of 200.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5E2FA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181226250-
CMYK0.280.1000.02
HSL200.87º87.34%84.51%-
HSV(B)200.87º27.6%98.04%-
XYZ63.5171.12100.82-
YUV215.28147.59103.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.55%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=27.55%
G=34.40%
B=38.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812262500.280.1000.02200.8787.3484.51
HexB5E2FA1CA02c95755
Octal265342372341202311127125
Binary1011010111100010111110101110010100101100100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E2FA; }

 p { color: rgb(181,226,250); }

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

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

 a { background-color: rgb(181,226,250); }

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

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

 span { border-color: rgb(181,226,250); }

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