Html Css Color HEX #B9D3DC Light Blue

📋 copy color: '#B9D3DC'

red 185 ◦ green 211 ◦ blue 220

#B9D3DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #B9D3DC

Tints of Light Blue #B9D3DC

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 value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9D3DC (or 0xB9D3DC) is known color: 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

RGB 185 211 220 -
CMYK 0.16 0.04 0 0.14
HSL 195.43º 0.33% 0.79% -
HSV(B) 195.43º 0.16% 0.86% -
XYZ 56.22 62.07 76.73 -
YUV 204.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 185 211 220 0.16 0.04 0 0.14 195.43 0.33 0.79
Hex B9 D3 DC 10 4 0 E C3 21 4F
Octal 271 323 334 20 4 0 16 303 41 117
Binary 10111001 11010011 11011100 10000 100 0 1110 11000011 100001 1001111

Color Harmonies of #B9D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D3DC

Black with #B9D3DC

Text Example


Text Example

White with #B9D3DC

Text Example


Text Example

HTML Codes & Css Web 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>