Html Css Color HEX #A9EFFA Pale Turquoise

📋 copy color: '#A9EFFA'

red 169 ◦ green 239 ◦ blue 250

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

Shades of Pale Turquoise #A9EFFA

Tints of Pale Turquoise #A9EFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

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

R = 25.68%
G = 36.32%
B = 37.99%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9EFFA (or 0xA9EFFA) is known color: Pale Turquoise. HEX triplet: A9, EF and FA. RGB value is (169,239,250). Sum of RGB (Red+Green+Blue) = 169+239+250=658 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.68% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EFFA is #561005. Grayscale: #DBDBDB. Windows color (decimal): -5640198 or 16445353. OLE color: 16445353.

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

Color convert

RGB 169 239 250 -
CMYK 0.32 0.04 0 0.02
HSL 188.15º 0.89% 0.82% -
HSV(B) 188.15º 0.32% 0.98% -
XYZ 64.48 77.07 101.92 -
YUV 219.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 169 239 250 0.32 0.04 0 0.02 188.15 0.89 0.82
Hex A9 EF FA 20 4 0 2 BC 59 52
Octal 251 357 372 40 4 0 2 274 131 122
Binary 10101001 11101111 11111010 100000 100 0 10 10111100 1011001 1010010

Color Harmonies of #A9EFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EFFA

Black with #A9EFFA

Text Example


Text Example

White with #A9EFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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