#B6DCEB

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

Shades of Light Blue #B6DCEB

Tints of Light Blue #B6DCEB

Color information

#B6DCEB (or 0xB6DCEB) is unknown color: approx Light Blue. HEX triplet: B6, DC and EB. RGB value is (182,220,235). Sum of RGB (Red+Green+Blue) = 182+220+235=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCEB is #492314. Grayscale: #D2D2D2. Windows color (decimal): -4793109 or 15457462. OLE color: 15457462.

HSL color Cylindrical-coordinate representation of color #B6DCEB: hue angle of 196.98º 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 #B6DCEB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182220235-
CMYK0.230.0600.08
HSL196.98º56.99%81.76%-
HSV(B)196.98º22.55%92.16%-
XYZ59.8867.1388.4-
YUV210.35141.91107.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=28.57%
G=34.54%
B=36.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822202350.230.0600.08196.9856.9981.76
HexB6DCEB17608c53952
Octal26633435327601030571122
Binary1011011011011100111010111011111001000110001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCEB; }

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

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

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

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

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

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

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

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