Html Css Color HEX #B3D9E0 Powder Blue

📋 copy color: '#B3D9E0'

red 179 ◦ green 217 ◦ blue 224

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

Shades of Powder Blue #B3D9E0

Tints of Powder Blue #B3D9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 28.87%
G = 35%
B = 36.13%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B3D9E0 (or 0xB3D9E0) is known color: Powder Blue. HEX triplet: B3, D9 and E0. RGB value is (179,217,224). Sum of RGB (Red+Green+Blue) = 179+217+224=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3D9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9E0 is #4C261F. Grayscale: #CECECE. Windows color (decimal): -4990496 or 14735795. OLE color: 14735795.

HSL color Cylindrical-coordinate representation of color #B3D9E0: hue angle of 189.33º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3D9E0 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 217 224 -
CMYK 0.20 0.03 0 0.12
HSL 189.33º 0.42% 0.79% -
HSV(B) 189.33º 0.2% 0.88% -
XYZ 56.86 64.59 79.99 -
YUV 206.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 179 217 224 0.20 0.03 0 0.12 189.33 0.42 0.79
Hex B3 D9 E0 14 3 0 C BD 2A 4F
Octal 263 331 340 24 3 0 14 275 52 117
Binary 10110011 11011001 11100000 10100 11 0 1100 10111101 101010 1001111

Color Harmonies of #B3D9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D9E0

Black with #B3D9E0

Text Example


Text Example

White with #B3D9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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