Html Css Color HEX #A9EBE6 Pale Turquoise

📋 copy color: '#A9EBE6'

red 169 ◦ green 235 ◦ blue 230

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

Shades of Pale Turquoise #A9EBE6

Tints of Pale Turquoise #A9EBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 26.66%
G = 37.07%
B = 36.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#A9EBE6 (or 0xA9EBE6) is known color: Pale Turquoise. HEX triplet: A9, EB and E6. RGB value is (169,235,230). Sum of RGB (Red+Green+Blue) = 169+235+230=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EBE6 is #561419. Grayscale: #D6D6D6. Windows color (decimal): -5641242 or 15133609. OLE color: 15133609.

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

Color convert

RGB 169 235 230 -
CMYK 0.28 0 0.02 0.08
HSL 175.45º 0.62% 0.79% -
HSV(B) 175.45º 0.28% 0.92% -
XYZ 60.35 73.56 85.88 -
YUV 214.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 169 235 230 0.28 0 0.02 0.08 175.45 0.62 0.79
Hex A9 EB E6 1C 0 2 8 AF 3E 4F
Octal 251 353 346 34 0 2 10 257 76 117
Binary 10101001 11101011 11100110 11100 0 10 1000 10101111 111110 1001111

Color Harmonies of #A9EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EBE6

Black with #A9EBE6

Text Example


Text Example

White with #A9EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EBE6; }

 p { color: rgb(169,235,230); }

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

background-color css

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

 a { background-color: rgb(169,235,230); }

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

border-color css

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

 span { border-color: rgb(169,235,230); }

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