#A9ECF1

Color #A9ECF1 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A9ECF1

Tints of Pale Turquoise #A9ECF1

Color information

#A9ECF1 (or 0xA9ECF1) is unknown color: approx Pale Turquoise. HEX triplet: A9, EC and F1. RGB value is (169,236,241). Sum of RGB (Red+Green+Blue) = 169+236+241=646 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.16% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9ECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9ECF1 is #56130E. Grayscale: #D8D8D8. Windows color (decimal): -5640975 or 15854761. OLE color: 15854761.

HSL color Cylindrical-coordinate representation of color #A9ECF1: hue angle of 184.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9ECF1 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169236241-
CMYK0.300.0200.05
HSL184.17º72%80.39%-
HSV(B)184.17º29.88%94.51%-
XYZ62.2374.7894.37-
YUV216.54141.894.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.16%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=26.16%
G=36.53%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692362410.300.0200.05184.177280.39
HexA9ECF11E205b84850
Octal25135436136205270110120
Binary101010011110110011110001111101001011011100010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECF1; }

 p { color: rgb(169,236,241); }

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

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

 a { background-color: rgb(169,236,241); }

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

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

 span { border-color: rgb(169,236,241); }

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