Html Css Color HEX #A9EFF8 Pale Turquoise

📋 copy color: '#A9EFF8'

red 169 ◦ green 239 ◦ blue 248

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

Shades of Pale Turquoise #A9EFF8

Tints of Pale Turquoise #A9EFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 25.76%
G = 36.43%
B = 37.8%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A9EFF8 (or 0xA9EFF8) is known color: Pale Turquoise. HEX triplet: A9, EF and F8. RGB value is (169,239,248). Sum of RGB (Red+Green+Blue) = 169+239+248=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EFF8 is #561007. Grayscale: #DADADA. Windows color (decimal): -5640200 or 16314281. OLE color: 16314281.

HSL color Cylindrical-coordinate representation of color #A9EFF8: hue angle of 186.84º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9EFF8 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 239 248 -
CMYK 0.32 0.04 0 0.03
HSL 186.84º 0.85% 0.82% -
HSV(B) 186.84º 0.32% 0.97% -
XYZ 64.17 76.95 100.28 -
YUV 219.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 169 239 248 0.32 0.04 0 0.03 186.84 0.85 0.82
Hex A9 EF F8 20 4 0 3 BB 55 52
Octal 251 357 370 40 4 0 3 273 125 122
Binary 10101001 11101111 11111000 100000 100 0 11 10111011 1010101 1010010

Color Harmonies of #A9EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EFF8

Black with #A9EFF8

Text Example


Text Example

White with #A9EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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