Html Css Color HEX #A9ECE7 Pale Turquoise

📋 copy color: '#A9ECE7'

red 169 ◦ green 236 ◦ blue 231

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

Shades of Pale Turquoise #A9ECE7

Tints of Pale Turquoise #A9ECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

 BLUE value IS 231 (90.63% from 255) = 36.32%

R = 26.57%
G = 37.11%
B = 36.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A9ECE7 (or 0xA9ECE7) is known color: Pale Turquoise. HEX triplet: A9, EC and E7. RGB value is (169,236,231). Sum of RGB (Red+Green+Blue) = 169+236+231=636 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.57% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9ECE7 is #561318. Grayscale: #D7D7D7. Windows color (decimal): -5640985 or 15199401. OLE color: 15199401.

HSL color Cylindrical-coordinate representation of color #A9ECE7: hue angle of 175.52º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECE7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 236 231 -
CMYK 0.28 0 0.02 0.07
HSL 175.52º 0.64% 0.79% -
HSV(B) 175.52º 0.28% 0.93% -
XYZ 60.78 74.2 86.72 -
YUV 215.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 169 236 231 0.28 0 0.02 0.07 175.52 0.64 0.79
Hex A9 EC E7 1C 0 2 7 B0 40 4F
Octal 251 354 347 34 0 2 7 260 100 117
Binary 10101001 11101100 11100111 11100 0 10 111 10110000 1000000 1001111

Color Harmonies of #A9ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ECE7

Black with #A9ECE7

Text Example


Text Example

White with #A9ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ECE7; }

 p { color: rgb(169,236,231); }

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

background-color css

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

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

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

border-color css

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

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

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