#B6D7EB

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

Shades of Light Blue #B6D7EB

Tints of Light Blue #B6D7EB

Color information

#B6D7EB (or 0xB6D7EB) is unknown color: approx Light Blue. HEX triplet: B6, D7 and EB. RGB value is (182,215,235). Sum of RGB (Red+Green+Blue) = 182+215+235=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D7EB is #492814. Grayscale: #CFCFCF. Windows color (decimal): -4794389 or 15456182. OLE color: 15456182.

HSL color Cylindrical-coordinate representation of color #B6D7EB: hue angle of 202.64º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6D7EB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182215235-
CMYK0.230.0900.08
HSL202.64º56.99%81.76%-
HSV(B)202.64º22.55%92.16%-
XYZ58.5964.5487.97-
YUV207.41143.57109.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.80%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=28.80%
G=34.02%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822152350.230.0900.08202.6456.9981.76
HexB6D7EB17908cb3952
Octal266327353271101031371122
Binary10110110110101111110101110111100101000110010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7EB; }

 p { color: rgb(182,215,235); }

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

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

 a { background-color: rgb(182,215,235); }

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

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

 span { border-color: rgb(182,215,235); }

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