Html Css Color HEX #A9EAED Pale Turquoise

📋 copy color: '#A9EAED'

red 169 ◦ green 234 ◦ blue 237

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

Shades of Pale Turquoise #A9EAED

Tints of Pale Turquoise #A9EAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 26.41%
G = 36.56%
B = 37.03%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9EAED (or 0xA9EAED) is known color: Pale Turquoise. HEX triplet: A9, EA and ED. RGB value is (169,234,237). Sum of RGB (Red+Green+Blue) = 169+234+237=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAED is #561512. Grayscale: #D6D6D6. Windows color (decimal): -5641491 or 15592105. OLE color: 15592105.

HSL color Cylindrical-coordinate representation of color #A9EAED: hue angle of 182.65º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EAED is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 234 237 -
CMYK 0.29 0.01 0 0.07
HSL 182.65º 0.65% 0.8% -
HSV(B) 182.65º 0.29% 0.93% -
XYZ 61.07 73.4 91.07 -
YUV 214.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 169 234 237 0.29 0.01 0 0.07 182.65 0.65 0.8
Hex A9 EA ED 1D 1 0 7 B7 41 50
Octal 251 352 355 35 1 0 7 267 101 120
Binary 10101001 11101010 11101101 11101 1 0 111 10110111 1000001 1010000

Color Harmonies of #A9EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EAED

Black with #A9EAED

Text Example


Text Example

White with #A9EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EAED; }

 p { color: rgb(169,234,237); }

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

background-color css

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

 a { background-color: rgb(169,234,237); }

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

border-color css

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

 span { border-color: rgb(169,234,237); }

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