Html Css Color HEX #8AE5AF Vista Blue

📋 copy color: '#8AE5AF'

red 138 ◦ green 229 ◦ blue 175

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

Shades of Vista Blue #8AE5AF

Tints of Vista Blue #8AE5AF

RGB

 RED value IS 138 (54.3% from 255) = 25.46%

 GREEN value IS 229 (89.84% from 255) = 42.25%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 25.46%
G = 42.25%
B = 32.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#8AE5AF (or 0x8AE5AF) is known color: Vista Blue. HEX triplet: 8A, E5 and AF. RGB value is (138,229,175). Sum of RGB (Red+Green+Blue) = 138+229+175=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE5AF is #751A50. Grayscale: #C3C3C3. Windows color (decimal): -7674449 or 11527562. OLE color: 11527562.

HSL color Cylindrical-coordinate representation of color #8AE5AF: hue angle of 144.4º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5AF is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 229 175 -
CMYK 0.40 0 0.24 0.10
HSL 144.4º 0.64% 0.72% -
HSV(B) 144.4º 0.4% 0.9% -
XYZ 46.24 64.54 50.58 -
YUV 195.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 138 229 175 0.40 0 0.24 0.10 144.4 0.64 0.72
Hex 8A E5 AF 28 0 18 A 90 40 48
Octal 212 345 257 50 0 30 12 220 100 110
Binary 10001010 11100101 10101111 101000 0 11000 1010 10010000 1000000 1001000

Color Harmonies of #8AE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5AF

Black with #8AE5AF

Text Example


Text Example

White with #8AE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AE5AF; }

 p { color: rgb(138,229,175); }

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

background-color css

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

 a { background-color: rgb(138,229,175); }

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

border-color css

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

 span { border-color: rgb(138,229,175); }

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