#B7D6DC

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

Shades of Light Blue #B7D6DC

Tints of Light Blue #B7D6DC

Color information

#B7D6DC (or 0xB7D6DC) is unknown color: approx Light Blue. HEX triplet: B7, D6 and DC. RGB value is (183,214,220). Sum of RGB (Red+Green+Blue) = 183+214+220=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6DC is #482923. Grayscale: #CDCDCD. Windows color (decimal): -4729124 or 14472887. OLE color: 14472887.

HSL color Cylindrical-coordinate representation of color #B7D6DC: hue angle of 189.73º 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 #B7D6DC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183214220-
CMYK0.170.0300.14
HSL189.73º34.58%79.02%-
HSV(B)189.73º16.82%86.27%-
XYZ56.4963.3376.96-
YUV205.42136.23112.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.66%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=29.66%
G=34.68%
B=35.66%

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
Decimal1832142200.170.0300.14189.7334.5879.02
HexB7D6DC1130Ebe234f
Octal26732633421301627643117
Binary101101111101011011011100100011101110101111101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6DC; }

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

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

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

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

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

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

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

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