#B6DDEC

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

Shades of Light Blue #B6DDEC

Tints of Light Blue #B6DDEC

Color information

#B6DDEC (or 0xB6DDEC) is unknown color: approx Light Blue. HEX triplet: B6, DD and EC. RGB value is (182,221,236). Sum of RGB (Red+Green+Blue) = 182+221+236=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDEC is #492213. Grayscale: #D2D2D2. Windows color (decimal): -4792852 or 15523254. OLE color: 15523254.

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

Color convert

RGB182221236-
CMYK0.230.0600.07
HSL196.67º58.7%81.96%-
HSV(B)196.67º22.88%92.55%-
XYZ60.2967.7189.25-
YUV211.05142.08107.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=28.48%
G=34.59%
B=36.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822212360.230.0600.07196.6758.781.96
HexB6DDEC17607c53b52
Octal2663353542760730573122
Binary101101101101110111101100101111100111110001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDEC; }

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

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

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

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

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

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

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

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