#B6D6DC

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

Shades of Light Blue #B6D6DC

Tints of Light Blue #B6D6DC

Color information

#B6D6DC (or 0xB6D6DC) is unknown color: approx Light Blue. HEX triplet: B6, D6 and DC. RGB value is (182,214,220). Sum of RGB (Red+Green+Blue) = 182+214+220=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6DC is #492923. Grayscale: #CDCDCD. Windows color (decimal): -4794660 or 14472886. OLE color: 14472886.

HSL color Cylindrical-coordinate representation of color #B6D6DC: hue angle of 189.47º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6D6DC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182214220-
CMYK0.170.0300.14
HSL189.47º35.19%78.82%-
HSV(B)189.47º17.27%86.27%-
XYZ56.2663.2176.95-
YUV205.12136.4111.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.55%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=29.55%
G=34.74%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822142200.170.0300.14189.4735.1978.82
HexB6D6DC1130Ebd234f
Octal26632633421301627543117
Binary101101101101011011011100100011101110101111011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6DC; }

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

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

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

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

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

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

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

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