Html Css Color HEX #B9D4DC Light Blue

📋 copy color: '#B9D4DC'

red 185 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #B9D4DC

Tints of Light Blue #B9D4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 29.98%
G = 34.36%
B = 35.66%

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

#B9D4DC (or 0xB9D4DC) is known color: Light Blue. HEX triplet: B9, D4 and DC. RGB value is (185,212,220). Sum of RGB (Red+Green+Blue) = 185+212+220=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 212 (83.20% from 255 or 34.36% 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 #B9D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4DC is #462B23. Grayscale: #CCCCCC. Windows color (decimal): -4598564 or 14472377. OLE color: 14472377.

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

Color convert

RGB 185 212 220 -
CMYK 0.16 0.04 0 0.14
HSL 193.71º 0.33% 0.79% -
HSV(B) 193.71º 0.16% 0.86% -
XYZ 56.47 62.57 76.81 -
YUV 204.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 185 212 220 0.16 0.04 0 0.14 193.71 0.33 0.79
Hex B9 D4 DC 10 4 0 E C2 21 4F
Octal 271 324 334 20 4 0 16 302 41 117
Binary 10111001 11010100 11011100 10000 100 0 1110 11000010 100001 1001111

Color Harmonies of #B9D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D4DC

Black with #B9D4DC

Text Example


Text Example

White with #B9D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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