#A9F8FA

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

Shades of Pale Turquoise #A9F8FA

Tints of Pale Turquoise #A9F8FA

Color information

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

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

Color convert

RGB169248250-
CMYK0.320.0100.02
HSL181.48º89.01%82.16%-
HSV(B)181.48º32.4%98.04%-
XYZ67.1882.47102.82-
YUV224.61142.3388.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692482500.320.0100.02181.4889.0182.16
HexA9F8FA20102b55952
Octal25137037240102265131122
Binary10101001111110001111101010000010101011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F8FA; }

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

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

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

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

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

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

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

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