#A8E3DF

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

Shades of Powder Blue #A8E3DF

Tints of Powder Blue #A8E3DF

Color information

#A8E3DF (or 0xA8E3DF) is unknown color: approx Powder Blue. HEX triplet: A8, E3 and DF. RGB value is (168,227,223). Sum of RGB (Red+Green+Blue) = 168+227+223=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3DF is #571C20. Grayscale: #D0D0D0. Windows color (decimal): -5708833 or 14672808. OLE color: 14672808.

HSL color Cylindrical-coordinate representation of color #A8E3DF: hue angle of 175.93º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3DF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB168227223-
CMYK0.2600.020.11
HSL175.93º51.3%77.45%-
HSV(B)175.93º25.99%89.02%-
XYZ56.9468.5980.05-
YUV208.9135.9598.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.18%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=27.18%
G=36.73%
B=36.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682272230.2600.020.11175.9351.377.45
HexA8E3DF1A02Bb0334d
Octal25034333732021326063115
Binary101010001110001111011111110100101011101100001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E3DF; }

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

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

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

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

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

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

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

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