#A9FBFE

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

Shades of Pale Turquoise #A9FBFE

Tints of Pale Turquoise #A9FBFE

Color information

#A9FBFE (or 0xA9FBFE) is unknown color: approx Pale Turquoise. HEX triplet: A9, FB and FE. RGB value is (169,251,254). Sum of RGB (Red+Green+Blue) = 169+251+254=674 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.07% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBFE is #560401. Grayscale: #E2E2E2. Windows color (decimal): -5637122 or 16710569. OLE color: 16710569.

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

Color convert

RGB169251254-
CMYK0.330.0100.00
HSL182.12º97.7%82.94%-
HSV(B)182.12º33.46%99.61%-
XYZ68.7584.59106.47-
YUV226.82143.3386.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.07%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=25.07%
G=37.24%
B=37.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692512540.330.0100.00182.1297.782.94
HexA9FBFE21100b66253
Octal25137337641100266142123
Binary1010100111111011111111101000011001011011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBFE; }

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

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

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

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

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

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

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

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