#B6E1FA

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

Shades of Light Blue #B6E1FA

Tints of Light Blue #B6E1FA

Color information

#B6E1FA (or 0xB6E1FA) is unknown color: approx Light Blue. HEX triplet: B6, E1 and FA. RGB value is (182,225,250). Sum of RGB (Red+Green+Blue) = 182+225+250=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 225 (88.28% from 255 or 34.25% 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 #B6E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1FA is #491E05. Grayscale: #D6D6D6. Windows color (decimal): -4791814 or 16441782. OLE color: 16441782.

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

Color convert

RGB182225250-
CMYK0.270.1000.02
HSL202.06º87.18%84.71%-
HSV(B)202.06º27.2%98.04%-
XYZ63.4770.7100.74-
YUV214.99147.75104.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=27.70%
G=34.25%
B=38.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822252500.270.1000.02202.0687.1884.71
HexB6E1FA1BA02ca5755
Octal266341372331202312127125
Binary1011011011100001111110101101110100101100101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1FA; }

 p { color: rgb(182,225,250); }

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

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

 a { background-color: rgb(182,225,250); }

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

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

 span { border-color: rgb(182,225,250); }

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