Html Css Color HEX #B9D4DB Light Blue

📋 copy color: '#B9D4DB'

red 185 ◦ green 212 ◦ blue 219

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

Shades of Light Blue #B9D4DB

Tints of Light Blue #B9D4DB

RGB

 RED value IS 185 (72.66% from 255) = 30.03%

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 30.03%
G = 34.42%
B = 35.55%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9D4DB (or 0xB9D4DB) is known color: Light Blue. HEX triplet: B9, D4 and DB. RGB value is (185,212,219). Sum of RGB (Red+Green+Blue) = 185+212+219=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9D4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4DB is #462B24. Grayscale: #CCCCCC. Windows color (decimal): -4598565 or 14406841. OLE color: 14406841.

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

Color convert

RGB 185 212 219 -
CMYK 0.16 0.03 0 0.14
HSL 192.35º 0.32% 0.79% -
HSV(B) 192.35º 0.16% 0.86% -
XYZ 56.34 62.52 76.12 -
YUV 204.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 185 212 219 0.16 0.03 0 0.14 192.35 0.32 0.79
Hex B9 D4 DB 10 3 0 E C0 20 4F
Octal 271 324 333 20 3 0 16 300 40 117
Binary 10111001 11010100 11011011 10000 11 0 1110 11000000 100000 1001111

Color Harmonies of #B9D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D4DB

Black with #B9D4DB

Text Example


Text Example

White with #B9D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D4DB; }

 p { color: rgb(185,212,219); }

 H1.HeaderClassName
 {
   color: #B9D4DB;
 }
 .AnyTagClassName
 {
   color: #B9D4DB;
 }
</style>

background-color css

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

 a { background-color: rgb(185,212,219); }

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

border-color css

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

 span { border-color: rgb(185,212,219); }

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