#A7DFDE

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

Shades of Powder Blue #A7DFDE

Tints of Powder Blue #A7DFDE

Color information

#A7DFDE (or 0xA7DFDE) is unknown color: approx Powder Blue. HEX triplet: A7, DF and DE. RGB value is (167,223,222). Sum of RGB (Red+Green+Blue) = 167+223+222=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFDE is #582021. Grayscale: #CECECE. Windows color (decimal): -5775394 or 14606247. OLE color: 14606247.

HSL color Cylindrical-coordinate representation of color #A7DFDE: hue angle of 178.93º degrees, saturation: 0.47, 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 #A7DFDE is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB167223222-
CMYK0.2500.000.13
HSL178.93º46.67%76.47%-
HSV(B)178.93º25.11%87.45%-
XYZ55.5166.2678.97-
YUV206.14136.95100.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.29%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=27.29%
G=36.44%
B=36.27%

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
Decimal1672232220.2500.000.13178.9346.6776.47
HexA7DFDE1900Db32f4c
Octal24733733631001526357114
Binary10100111110111111101111011001001101101100111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFDE; }

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

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

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

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

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

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

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

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