#B9D3DC

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

Shades of Light Blue #B9D3DC

Tints of Light Blue #B9D3DC

Color information

#B9D3DC (or 0xB9D3DC) is unknown color: approx Light Blue. HEX triplet: B9, D3 and DC. RGB value is (185,211,220). Sum of RGB (Red+Green+Blue) = 185+211+220=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 211 (82.81% from 255 or 34.25% 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 #B9D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3DC is #462C23. Grayscale: #CCCCCC. Windows color (decimal): -4598820 or 14472121. OLE color: 14472121.

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

Color convert

RGB185211220-
CMYK0.160.0400.14
HSL195.43º33.33%79.41%-
HSV(B)195.43º15.91%86.27%-
XYZ56.2262.0776.73-
YUV204.25136.89114.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.03%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=30.03%
G=34.25%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852112200.160.0400.14195.4333.3379.41
HexB9D3DC1040Ec3214f
Octal27132333420401630341117
Binary1011100111010011110111001000010001110110000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3DC; }

 p { color: rgb(185,211,220); }

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

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

 a { background-color: rgb(185,211,220); }

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

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

 span { border-color: rgb(185,211,220); }

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