#B3DADA

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

Shades of Powder Blue #B3DADA

Tints of Powder Blue #B3DADA

Color information

#B3DADA (or 0xB3DADA) is unknown color: approx Powder Blue. HEX triplet: B3, DA and DA. RGB value is (179,218,218). Sum of RGB (Red+Green+Blue) = 179+218+218=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B3DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DADA is #4C2525. Grayscale: #CECECE. Windows color (decimal): -4990246 or 14342835. OLE color: 14342835.

HSL color Cylindrical-coordinate representation of color #B3DADA: hue angle of 180º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DADA is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179218218-
CMYK0.18000.15
HSL180º34.51%77.84%-
HSV(B)180º17.89%85.49%-
XYZ56.3264.7975.87-
YUV206.34134.58108.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=29.11%
G=35.45%
B=35.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792182180.18000.1518034.5177.84
HexB3DADA1200Fb4234e
Octal26333233222001726443116
Binary10110011110110101101101010010001111101101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DADA; }

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

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

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

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

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

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

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

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