#B3DCDC

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

Shades of Powder Blue #B3DCDC

Tints of Powder Blue #B3DCDC

Color information

#B3DCDC (or 0xB3DCDC) is unknown color: approx Powder Blue. HEX triplet: B3, DC and DC. RGB value is (179,220,220). Sum of RGB (Red+Green+Blue) = 179+220+220=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B3DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDC is #4C2323. Grayscale: #CFCFCF. Windows color (decimal): -4989732 or 14474419. OLE color: 14474419.

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

Color convert

RGB179220220-
CMYK0.19000.14
HSL180º36.94%78.24%-
HSV(B)180º18.64%86.27%-
XYZ57.165.9477.43-
YUV207.74134.92107.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=28.92%
G=35.54%
B=35.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202200.19000.1418036.9478.24
HexB3DCDC1300Eb4254e
Octal26333433423001626445116
Binary10110011110111001101110010011001110101101001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCDC; }

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

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

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

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

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

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

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

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