#B3DFDF

Color #B3DFDF Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B3DFDF

Tints of Powder Blue #B3DFDF

Color information

#B3DFDF (or 0xB3DFDF) is unknown color: approx Powder Blue. HEX triplet: B3, DF and DF. RGB value is (179,223,223). Sum of RGB (Red+Green+Blue) = 179+223+223=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B3DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFDF is #4C2020. Grayscale: #D1D1D1. Windows color (decimal): -4988961 or 14671795. OLE color: 14671795.

HSL color Cylindrical-coordinate representation of color #B3DFDF: hue angle of 180º 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 #B3DFDF is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179223223-
CMYK0.20000.13
HSL180º40.74%78.82%-
HSV(B)180º19.73%87.45%-
XYZ58.367.6979.8-
YUV209.84135.42106-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.64%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=28.64%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792232230.20000.1318040.7478.82
HexB3DFDF1400Db4294f
Octal26333733724001526451117
Binary10110011110111111101111110100001101101101001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DFDF; }

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

 H1.HeaderClassName
 {
   color: #B3DFDF;
 }
 .AnyTagClassName
 {
   color: #B3DFDF;
 }
</style>
background-color css

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

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

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

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

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

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