#B3DADE

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

Shades of Powder Blue #B3DADE

Tints of Powder Blue #B3DADE

Color information

#B3DADE (or 0xB3DADE) is unknown color: approx Powder Blue. HEX triplet: B3, DA and DE. RGB value is (179,218,222). Sum of RGB (Red+Green+Blue) = 179+218+222=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DADE is #4C2521. Grayscale: #CECECE. Windows color (decimal): -4990242 or 14604979. OLE color: 14604979.

HSL color Cylindrical-coordinate representation of color #B3DADE: hue angle of 185.58º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DADE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179218222-
CMYK0.190.0200.13
HSL185.58º39.45%78.63%-
HSV(B)185.58º19.37%87.06%-
XYZ56.856578.66-
YUV206.8136.58108.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=28.92%
G=35.22%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792182220.190.0200.13185.5839.4578.63
HexB3DADE1320Dba274f
Octal26333233623201527247117
Binary101100111101101011011110100111001101101110101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DADE; }

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

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

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

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

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

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

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

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