#B3DDDF

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

Shades of Powder Blue #B3DDDF

Tints of Powder Blue #B3DDDF

Color information

#B3DDDF (or 0xB3DDDF) is unknown color: approx Powder Blue. HEX triplet: B3, DD and DF. RGB value is (179,221,223). Sum of RGB (Red+Green+Blue) = 179+221+223=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDF is #4C2220. Grayscale: #D0D0D0. Windows color (decimal): -4989473 or 14671283. OLE color: 14671283.

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

Color convert

RGB179221223-
CMYK0.200.0100.13
HSL182.73º40.74%78.82%-
HSV(B)182.73º19.73%87.45%-
XYZ57.7766.6279.63-
YUV208.67136.09106.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=28.73%
G=35.47%
B=35.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792212230.200.0100.13182.7340.7478.82
HexB3DDDF1410Db7294f
Octal26333533724101526751117
Binary10110011110111011101111110100101101101101111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDDF; }

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

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

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

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

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

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

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

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