Html Css Color HEX #A9FAFA Pale Turquoise

📋 copy color: '#A9FAFA'

red 169 ◦ green 250 ◦ blue 250

#A9FAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A9FAFA

Tints of Pale Turquoise #A9FAFA

RGB

 RED value IS 169 (66.41% from 255) = 25.26%

 GREEN value IS 250 (98.05% from 255) = 37.37%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 25.26%
G = 37.37%
B = 37.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9FAFA (or 0xA9FAFA) is known color: Pale Turquoise. HEX triplet: A9, FA and FA. RGB value is (169,250,250). Sum of RGB (Red+Green+Blue) = 169+250+250=669 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.26% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #A9FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAFA is #560505. Grayscale: #E1E1E1. Windows color (decimal): -5637382 or 16448169. OLE color: 16448169.

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

Color convert

RGB 169 250 250 -
CMYK 0.32 0 0 0.02
HSL 180º 0.89% 0.82% -
HSV(B) 180º 0.32% 0.98% -
XYZ 67.8 83.71 103.03 -
YUV 225.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 169 250 250 0.32 0 0 0.02 180 0.89 0.82
Hex A9 FA FA 20 0 0 2 B4 59 52
Octal 251 372 372 40 0 0 2 264 131 122
Binary 10101001 11111010 11111010 100000 0 0 10 10110100 1011001 1010010

Color Harmonies of #A9FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FAFA

Black with #A9FAFA

Text Example


Text Example

White with #A9FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FAFA; }

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

 H1.HeaderClassName
 {
   color: #A9FAFA;
 }
 .AnyTagClassName
 {
   color: #A9FAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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