Html Css Color HEX #B3D9DC Powder Blue

📋 copy color: '#B3D9DC'

red 179 ◦ green 217 ◦ blue 220

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

Shades of Powder Blue #B3D9DC

Tints of Powder Blue #B3D9DC

RGB

 RED value IS 179 (70.31% from 255) = 29.06%

 GREEN value IS 217 (85.16% from 255) = 35.23%

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

R = 29.06%
G = 35.23%
B = 35.71%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3D9DC (or 0xB3D9DC) is known color: Powder Blue. HEX triplet: B3, D9 and DC. RGB value is (179,217,220). Sum of RGB (Red+Green+Blue) = 179+217+220=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 217 (85.16% from 255 or 35.23% 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 #B3D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9DC is #4C2623. Grayscale: #CDCDCD. Windows color (decimal): -4990500 or 14473651. OLE color: 14473651.

HSL color Cylindrical-coordinate representation of color #B3D9DC: hue angle of 184.39º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D9DC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 217 220 -
CMYK 0.19 0.01 0 0.14
HSL 184.39º 0.37% 0.78% -
HSV(B) 184.39º 0.19% 0.86% -
XYZ 56.32 64.38 77.17 -
YUV 205.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 179 217 220 0.19 0.01 0 0.14 184.39 0.37 0.78
Hex B3 D9 DC 13 1 0 E B8 25 4E
Octal 263 331 334 23 1 0 16 270 45 116
Binary 10110011 11011001 11011100 10011 1 0 1110 10111000 100101 1001110

Color Harmonies of #B3D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D9DC

Black with #B3D9DC

Text Example


Text Example

White with #B3D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D9DC; }

 p { color: rgb(179,217,220); }

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

background-color css

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

 a { background-color: rgb(179,217,220); }

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

border-color css

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

 span { border-color: rgb(179,217,220); }

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