#A9FBFD

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

Shades of Pale Turquoise #A9FBFD

Tints of Pale Turquoise #A9FBFD

Color information

#A9FBFD (or 0xA9FBFD) is unknown color: approx Pale Turquoise. HEX triplet: A9, FB and FD. RGB value is (169,251,253). Sum of RGB (Red+Green+Blue) = 169+251+253=673 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.11% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9FBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBFD is #560402. Grayscale: #E2E2E2. Windows color (decimal): -5637123 or 16645033. OLE color: 16645033.

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

Color convert

RGB169251253-
CMYK0.330.0100.01
HSL181.43º95.45%82.75%-
HSV(B)181.43º33.2%99.22%-
XYZ68.5984.52105.63-
YUV226.71142.8386.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.11%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=25.11%
G=37.30%
B=37.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692512530.330.0100.01181.4395.4582.75
HexA9FBFD21101b55f53
Octal25137337541101265137123
Binary1010100111111011111111011000011011011010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBFD; }

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

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

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

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

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

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

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

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