#A9F8FD

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

Shades of Pale Turquoise #A9F8FD

Tints of Pale Turquoise #A9F8FD

Color information

#A9F8FD (or 0xA9F8FD) is unknown color: approx Pale Turquoise. HEX triplet: A9, F8 and FD. RGB value is (169,248,253). Sum of RGB (Red+Green+Blue) = 169+248+253=670 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.22% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F8FD is #560702. Grayscale: #E0E0E0. Windows color (decimal): -5637891 or 16644265. OLE color: 16644265.

HSL color Cylindrical-coordinate representation of color #A9F8FD: hue angle of 183.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9F8FD is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169248253-
CMYK0.330.0200.01
HSL183.57º95.45%82.75%-
HSV(B)183.57º33.2%99.22%-
XYZ67.6682.66105.32-
YUV224.95143.8388.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.22%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=25.22%
G=37.01%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692482530.330.0200.01183.5795.4582.75
HexA9F8FD21201b85f53
Octal25137037541201270137123
Binary10101001111110001111110110000110011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F8FD; }

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

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

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

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

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

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

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

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