#A8DEDF

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

Shades of Powder Blue #A8DEDF

Tints of Powder Blue #A8DEDF

Color information

#A8DEDF (or 0xA8DEDF) is unknown color: approx Powder Blue. HEX triplet: A8, DE and DF. RGB value is (168,222,223). Sum of RGB (Red+Green+Blue) = 168+222+223=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEDF is #572120. Grayscale: #CDCDCD. Windows color (decimal): -5710113 or 14671528. OLE color: 14671528.

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

Color convert

RGB168222223-
CMYK0.250.0000.13
HSL181.09º46.22%76.67%-
HSV(B)181.09º24.66%87.45%-
XYZ55.5965.979.6-
YUV205.97137.61100.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.41%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=27.41%
G=36.22%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682222230.250.0000.13181.0946.2276.67
HexA8DEDF1900Db52e4d
Octal25033633731001526556115
Binary10101000110111101101111111001001101101101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEDF; }

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

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

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

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

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

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

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

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