Html Css Color HEX #A9FAFF Pale Turquoise

📋 copy color: '#A9FAFF'

red 169 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #A9FAFF

Tints of Pale Turquoise #A9FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.83%

R = 25.07%
G = 37.09%
B = 37.83%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A9FAFF (or 0xA9FAFF) is known color: Pale Turquoise. HEX triplet: A9, FA and FF. RGB value is (169,250,255). Sum of RGB (Red+Green+Blue) = 169+250+255=674 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.07% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAFF is #560500. Grayscale: #E2E2E2. Windows color (decimal): -5637377 or 16775849. OLE color: 16775849.

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

Color convert

RGB 169 250 255 -
CMYK 0.34 0.02 0 0
HSL 183.49º 1% 0.83% -
HSV(B) 183.49º 0.34% 1% -
XYZ 68.6 84.03 107.21 -
YUV 226.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 169 250 255 0.34 0.02 0 0 183.49 1 0.83
Hex A9 FA FF 22 2 0 0 B7 64 53
Octal 251 372 377 42 2 0 0 267 144 123
Binary 10101001 11111010 11111111 100010 10 0 0 10110111 1100100 1010011

Color Harmonies of #A9FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FAFF

Black with #A9FAFF

Text Example


Text Example

White with #A9FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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