#A6E2E1

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

Shades of Powder Blue #A6E2E1

Tints of Powder Blue #A6E2E1

Color information

#A6E2E1 (or 0xA6E2E1) is unknown color: approx Powder Blue. HEX triplet: A6, E2 and E1. RGB value is (166,226,225). Sum of RGB (Red+Green+Blue) = 166+226+225=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2E1 is #591D1E. Grayscale: #CFCFCF. Windows color (decimal): -5840159 or 14803622. OLE color: 14803622.

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

Color convert

RGB166226225-
CMYK0.2700.000.11
HSL179º50.85%76.86%-
HSV(B)179º26.55%88.63%-
XYZ56.5167.9481.37-
YUV207.95137.6298.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=26.90%
G=36.63%
B=36.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662262250.2700.000.1117950.8576.86
HexA6E2E11B00Bb3334d
Octal24634234133001326363115
Binary10100110111000101110000111011001011101100111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2E1; }

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

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

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

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

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

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

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

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