#B6DBE4

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

Shades of Light Blue #B6DBE4

Tints of Light Blue #B6DBE4

Color information

#B6DBE4 (or 0xB6DBE4) is unknown color: approx Light Blue. HEX triplet: B6, DB and E4. RGB value is (182,219,228). Sum of RGB (Red+Green+Blue) = 182+219+228=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #B6DBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBE4 is #49241B. Grayscale: #D0D0D0. Windows color (decimal): -4793372 or 14998454. OLE color: 14998454.

HSL color Cylindrical-coordinate representation of color #B6DBE4: hue angle of 191.74º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6DBE4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182219228-
CMYK0.200.0400.11
HSL191.74º46%80.39%-
HSV(B)191.74º20.18%89.41%-
XYZ58.6366.2183.09-
YUV208.96138.74108.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.93%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=28.93%
G=34.82%
B=36.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822192280.200.0400.11191.744680.39
HexB6DBE41440Bc02e50
Octal26633334424401330056120
Binary1011011011011011111001001010010001011110000001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBE4; }

 p { color: rgb(182,219,228); }

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

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

 a { background-color: rgb(182,219,228); }

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

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

 span { border-color: rgb(182,219,228); }

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