#A9FAF8

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

Shades of Pale Turquoise #A9FAF8

Tints of Pale Turquoise #A9FAF8

Color information

#A9FAF8 (or 0xA9FAF8) is unknown color: approx Pale Turquoise. HEX triplet: A9, FA and F8. RGB value is (169,250,248). Sum of RGB (Red+Green+Blue) = 169+250+248=667 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.34% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF8 is #560507. Grayscale: #E1E1E1. Windows color (decimal): -5637384 or 16317097. OLE color: 16317097.

HSL color Cylindrical-coordinate representation of color #A9FAF8: hue angle of 178.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAF8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB169250248-
CMYK0.3200.010.02
HSL178.52º89.01%82.16%-
HSV(B)178.52º32.4%98.04%-
XYZ67.4983.58101.38-
YUV225.55140.6687.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.34%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=25.34%
G=37.48%
B=37.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692502480.3200.010.02178.5289.0182.16
HexA9FAF820012b35952
Octal25137237040012263131122
Binary10101001111110101111100010000001101011001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FAF8; }

 p { color: rgb(169,250,248); }

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

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

 a { background-color: rgb(169,250,248); }

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

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

 span { border-color: rgb(169,250,248); }

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