Html Css Color HEX #8ACEA6 Vista Blue

📋 copy color: '#8ACEA6'

red 138 ◦ green 206 ◦ blue 166

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

Shades of Vista Blue #8ACEA6

Tints of Vista Blue #8ACEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 166 (65.23% from 255) = 32.55%

R = 27.06%
G = 40.39%
B = 32.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#8ACEA6 (or 0x8ACEA6) is known color: Vista Blue. HEX triplet: 8A, CE and A6. RGB value is (138,206,166). Sum of RGB (Red+Green+Blue) = 138+206+166=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEA6 is #753159. Grayscale: #B5B5B5. Windows color (decimal): -7680346 or 10931850. OLE color: 10931850.

HSL color Cylindrical-coordinate representation of color #8ACEA6: hue angle of 144.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEA6 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 166 -
CMYK 0.33 0 0.19 0.19
HSL 144.71º 0.41% 0.67% -
HSV(B) 144.71º 0.33% 0.81% -
XYZ 39.44 52.3 44.09 -
YUV 181.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 138 206 166 0.33 0 0.19 0.19 144.71 0.41 0.67
Hex 8A CE A6 21 0 13 13 91 29 43
Octal 212 316 246 41 0 23 23 221 51 103
Binary 10001010 11001110 10100110 100001 0 10011 10011 10010001 101001 1000011

Color Harmonies of #8ACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEA6

Black with #8ACEA6

Text Example


Text Example

White with #8ACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,166); }

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

background-color css

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

 a { background-color: rgb(138,206,166); }

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

border-color css

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

 span { border-color: rgb(138,206,166); }

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