#A9EAEC

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

Shades of Pale Turquoise #A9EAEC

Tints of Pale Turquoise #A9EAEC

Color information

#A9EAEC (or 0xA9EAEC) is unknown color: approx Pale Turquoise. HEX triplet: A9, EA and EC. RGB value is (169,234,236). Sum of RGB (Red+Green+Blue) = 169+234+236=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAEC is #561513. Grayscale: #D6D6D6. Windows color (decimal): -5641492 or 15526569. OLE color: 15526569.

HSL color Cylindrical-coordinate representation of color #A9EAEC: hue angle of 181.79º 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 #A9EAEC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169234236-
CMYK0.280.0100.07
HSL181.79º63.81%79.41%-
HSV(B)181.79º28.39%92.55%-
XYZ60.9373.3490.3-
YUV214.79139.9795.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.45%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=26.45%
G=36.62%
B=36.93%

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
Decimal1692342360.280.0100.07181.7963.8179.41
HexA9EAEC1C107b6404f
Octal25135235434107266100117
Binary10101001111010101110110011100101111011011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAEC; }

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

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

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

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

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

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

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

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