Html Css Color HEX #A9F9FE Pale Turquoise

📋 copy color: '#A9F9FE'

red 169 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #A9F9FE

Tints of Pale Turquoise #A9F9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.05%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 25.15%
G = 37.05%
B = 37.8%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A9F9FE (or 0xA9F9FE) is known color: Pale Turquoise. HEX triplet: A9, F9 and FE. RGB value is (169,249,254). Sum of RGB (Red+Green+Blue) = 169+249+254=672 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.15% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F9FE is #560601. Grayscale: #E1E1E1. Windows color (decimal): -5637634 or 16710057. OLE color: 16710057.

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

Color convert

RGB 169 249 254 -
CMYK 0.33 0.02 0 0.00
HSL 183.53º 0.98% 0.83% -
HSV(B) 183.53º 0.33% 1% -
XYZ 68.13 83.34 106.26 -
YUV 225.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 169 249 254 0.33 0.02 0 0.00 183.53 0.98 0.83
Hex A9 F9 FE 21 2 0 0 B8 62 53
Octal 251 371 376 41 2 0 0 270 142 123
Binary 10101001 11111001 11111110 100001 10 0 0 10111000 1100010 1010011

Color Harmonies of #A9F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F9FE

Black with #A9F9FE

Text Example


Text Example

White with #A9F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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