#A7DEDD

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

Shades of Powder Blue #A7DEDD

Tints of Powder Blue #A7DEDD

Color information

#A7DEDD (or 0xA7DEDD) is unknown color: approx Powder Blue. HEX triplet: A7, DE and DD. RGB value is (167,222,221). Sum of RGB (Red+Green+Blue) = 167+222+221=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDD is #582122. Grayscale: #CDCDCD. Windows color (decimal): -5775651 or 14540455. OLE color: 14540455.

HSL color Cylindrical-coordinate representation of color #A7DEDD: hue angle of 178.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEDD is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB167222221-
CMYK0.2500.000.13
HSL178.91º45.45%76.27%-
HSV(B)178.91º24.77%87.06%-
XYZ55.1165.6878.18-
YUV205.44136.78100.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=27.38%
G=36.39%
B=36.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672222210.2500.000.13178.9145.4576.27
HexA7DEDD1900Db32d4c
Octal24733633531001526355114
Binary10100111110111101101110111001001101101100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DEDD; }

 p { color: rgb(167,222,221); }

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

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

 a { background-color: rgb(167,222,221); }

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

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

 span { border-color: rgb(167,222,221); }

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