Html Css Color HEX #A9FAF2 Pale Turquoise

📋 copy color: '#A9FAF2'

red 169 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #A9FAF2

Tints of Pale Turquoise #A9FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 25.57%
G = 37.82%
B = 36.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#A9FAF2 (or 0xA9FAF2) is known color: Pale Turquoise. HEX triplet: A9, FA and F2. RGB value is (169,250,242). Sum of RGB (Red+Green+Blue) = 169+250+242=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF2 is #56050D. Grayscale: #E0E0E0. Windows color (decimal): -5637390 or 15923881. OLE color: 15923881.

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

Color convert

RGB 169 250 242 -
CMYK 0.32 0 0.03 0.02
HSL 174.07º 0.89% 0.82% -
HSV(B) 174.07º 0.32% 0.98% -
XYZ 66.57 83.22 96.56 -
YUV 224.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 169 250 242 0.32 0 0.03 0.02 174.07 0.89 0.82
Hex A9 FA F2 20 0 3 2 AE 59 52
Octal 251 372 362 40 0 3 2 256 131 122
Binary 10101001 11111010 11110010 100000 0 11 10 10101110 1011001 1010010

Color Harmonies of #A9FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FAF2

Black with #A9FAF2

Text Example


Text Example

White with #A9FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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