Html Css Color HEX #B3DCDF Powder Blue

📋 copy color: '#B3DCDF'

red 179 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #B3DCDF

Tints of Powder Blue #B3DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 28.78%
G = 35.37%
B = 35.85%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3DCDF (or 0xB3DCDF) is known color: Powder Blue. HEX triplet: B3, DC and DF. RGB value is (179,220,223). Sum of RGB (Red+Green+Blue) = 179+220+223=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDF is #4C2320. Grayscale: #D0D0D0. Windows color (decimal): -4989729 or 14671027. OLE color: 14671027.

HSL color Cylindrical-coordinate representation of color #B3DCDF: hue angle of 184.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DCDF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 220 223 -
CMYK 0.20 0.01 0 0.13
HSL 184.09º 0.41% 0.79% -
HSV(B) 184.09º 0.2% 0.87% -
XYZ 57.5 66.1 79.54 -
YUV 208.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 179 220 223 0.20 0.01 0 0.13 184.09 0.41 0.79
Hex B3 DC DF 14 1 0 D B8 29 4F
Octal 263 334 337 24 1 0 15 270 51 117
Binary 10110011 11011100 11011111 10100 1 0 1101 10111000 101001 1001111

Color Harmonies of #B3DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCDF

Black with #B3DCDF

Text Example


Text Example

White with #B3DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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