#A9EAEE

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

Shades of Pale Turquoise #A9EAEE

Tints of Pale Turquoise #A9EAEE

Color information

#A9EAEE (or 0xA9EAEE) is unknown color: approx Pale Turquoise. HEX triplet: A9, EA and EE. RGB value is (169,234,238). Sum of RGB (Red+Green+Blue) = 169+234+238=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAEE is #561511. Grayscale: #D6D6D6. Windows color (decimal): -5641490 or 15657641. OLE color: 15657641.

HSL color Cylindrical-coordinate representation of color #A9EAEE: hue angle of 183.48º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EAEE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169234238-
CMYK0.290.0200.07
HSL183.48º66.99%79.8%-
HSV(B)183.48º28.99%93.33%-
XYZ61.2273.4591.84-
YUV215.02140.9795.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.37%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=26.37%
G=36.51%
B=37.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692342380.290.0200.07183.4866.9979.8
HexA9EAEE1D207b74350
Octal25135235635207267103120
Binary101010011110101011101110111011001111011011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAEE; }

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

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

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

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

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

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

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

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