#A9E9EC

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

Shades of Pale Turquoise #A9E9EC

Tints of Pale Turquoise #A9E9EC

Color information

#A9E9EC (or 0xA9E9EC) is unknown color: approx Pale Turquoise. HEX triplet: A9, E9 and EC. RGB value is (169,233,236). Sum of RGB (Red+Green+Blue) = 169+233+236=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9E9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E9EC is #561613. Grayscale: #D6D6D6. Windows color (decimal): -5641748 or 15526313. OLE color: 15526313.

HSL color Cylindrical-coordinate representation of color #A9E9EC: hue angle of 182.69º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9E9EC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169233236-
CMYK0.280.0100.07
HSL182.69º63.81%79.41%-
HSV(B)182.69º28.39%92.55%-
XYZ60.6472.7790.21-
YUV214.21140.395.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.49%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=26.49%
G=36.52%
B=36.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692332360.280.0100.07182.6963.8179.41
HexA9E9EC1C107b7404f
Octal25135135434107267100117
Binary10101001111010011110110011100101111011011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E9EC; }

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

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

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

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

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

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

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

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