#A9ECED

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

Shades of Pale Turquoise #A9ECED

Tints of Pale Turquoise #A9ECED

Color information

#A9ECED (or 0xA9ECED) is unknown color: approx Pale Turquoise. HEX triplet: A9, EC and ED. RGB value is (169,236,237). Sum of RGB (Red+Green+Blue) = 169+236+237=642 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.32% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9ECED is #561312. Grayscale: #D8D8D8. Windows color (decimal): -5640979 or 15592617. OLE color: 15592617.

HSL color Cylindrical-coordinate representation of color #A9ECED: hue angle of 180.88º degrees, saturation: 0.65, 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 #A9ECED is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169236237-
CMYK0.290.0000.07
HSL180.88º65.38%79.61%-
HSV(B)180.88º28.69%92.94%-
XYZ61.6474.5491.26-
YUV216.08139.894.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.32%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=26.32%
G=36.76%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692362370.290.0000.07180.8865.3879.61
HexA9ECED1D007b54150
Octal25135435535007265101120
Binary10101001111011001110110111101001111011010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECED; }

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

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

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

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

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

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

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

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