Html Css Color HEX #A8EFF9 Pale Turquoise

📋 copy color: '#A8EFF9'

red 168 ◦ green 239 ◦ blue 249

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

Shades of Pale Turquoise #A8EFF9

Tints of Pale Turquoise #A8EFF9

RGB

 RED value IS 168 (66.02% from 255) = 25.61%

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

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 25.61%
G = 36.43%
B = 37.96%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8EFF9 (or 0xA8EFF9) is known color: Pale Turquoise. HEX triplet: A8, EF and F9. RGB value is (168,239,249). Sum of RGB (Red+Green+Blue) = 168+239+249=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFF9 is #571006. Grayscale: #DADADA. Windows color (decimal): -5705735 or 16379816. OLE color: 16379816.

HSL color Cylindrical-coordinate representation of color #A8EFF9: hue angle of 187.41º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EFF9 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 239 249 -
CMYK 0.33 0.04 0 0.02
HSL 187.41º 0.87% 0.82% -
HSV(B) 187.41º 0.33% 0.98% -
XYZ 64.11 76.9 101.09 -
YUV 218.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 168 239 249 0.33 0.04 0 0.02 187.41 0.87 0.82
Hex A8 EF F9 21 4 0 2 BB 57 52
Octal 250 357 371 41 4 0 2 273 127 122
Binary 10101000 11101111 11111001 100001 100 0 10 10111011 1010111 1010010

Color Harmonies of #A8EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFF9

Black with #A8EFF9

Text Example


Text Example

White with #A8EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFF9; }

 p { color: rgb(168,239,249); }

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

background-color css

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

 a { background-color: rgb(168,239,249); }

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

border-color css

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

 span { border-color: rgb(168,239,249); }

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