#B5E0FA

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

Shades of Light Blue #B5E0FA

Tints of Light Blue #B5E0FA

Color information

#B5E0FA (or 0xB5E0FA) is unknown color: approx Light Blue. HEX triplet: B5, E0 and FA. RGB value is (181,224,250). Sum of RGB (Red+Green+Blue) = 181+224+250=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0FA is #4A1F05. Grayscale: #D5D5D5. Windows color (decimal): -4857606 or 16441525. OLE color: 16441525.

HSL color Cylindrical-coordinate representation of color #B5E0FA: hue angle of 202.61º 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 #B5E0FA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181224250-
CMYK0.280.1000.02
HSL202.61º87.34%84.51%-
HSV(B)202.61º27.6%98.04%-
XYZ62.9770.04100.64-
YUV214.11148.25104.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.63%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=27.63%
G=34.20%
B=38.17%

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
Decimal1812242500.280.1000.02202.6187.3484.51
HexB5E0FA1CA02cb5755
Octal265340372341202313127125
Binary1011010111100000111110101110010100101100101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0FA; }

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

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

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

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

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

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

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

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