#A6E1DF

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

Shades of Powder Blue #A6E1DF

Tints of Powder Blue #A6E1DF

Color information

#A6E1DF (or 0xA6E1DF) is unknown color: approx Powder Blue. HEX triplet: A6, E1 and DF. RGB value is (166,225,223). Sum of RGB (Red+Green+Blue) = 166+225+223=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1DF is #591E20. Grayscale: #CFCFCF. Windows color (decimal): -5840417 or 14672294. OLE color: 14672294.

HSL color Cylindrical-coordinate representation of color #A6E1DF: hue angle of 177.97º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1DF is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB166225223-
CMYK0.2600.010.12
HSL177.97º49.58%76.67%-
HSV(B)177.97º26.22%88.24%-
XYZ55.9767.2979.85-
YUV207.13136.9598.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=27.04%
G=36.64%
B=36.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662252230.2600.010.12177.9749.5876.67
HexA6E1DF1A01Cb2324d
Octal24634133732011426262115
Binary10100110111000011101111111010011100101100101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1DF; }

 p { color: rgb(166,225,223); }

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

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

 a { background-color: rgb(166,225,223); }

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

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

 span { border-color: rgb(166,225,223); }

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