#B6DBEC

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

Shades of Light Blue #B6DBEC

Tints of Light Blue #B6DBEC

Color information

#B6DBEC (or 0xB6DBEC) is unknown color: approx Light Blue. HEX triplet: B6, DB and EC. RGB value is (182,219,236). Sum of RGB (Red+Green+Blue) = 182+219+236=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBEC is #492413. Grayscale: #D1D1D1. Windows color (decimal): -4793364 or 15522742. OLE color: 15522742.

HSL color Cylindrical-coordinate representation of color #B6DBEC: hue angle of 198.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6DBEC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182219236-
CMYK0.230.0700.07
HSL198.89º58.7%81.96%-
HSV(B)198.89º22.88%92.55%-
XYZ59.7666.6689.07-
YUV209.88142.74108.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=28.57%
G=34.38%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822192360.230.0700.07198.8958.781.96
HexB6DBEC17707c73b52
Octal2663333542770730773122
Binary101101101101101111101100101111110111110001111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBEC; }

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

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

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

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

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

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

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

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