Html Css Color HEX #8ACCA7 Vista Blue

📋 copy color: '#8ACCA7'

red 138 ◦ green 204 ◦ blue 167

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

Shades of Vista Blue #8ACCA7

Tints of Vista Blue #8ACCA7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 167 (65.63% from 255) = 32.81%

R = 27.11%
G = 40.08%
B = 32.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#8ACCA7 (or 0x8ACCA7) is known color: Vista Blue. HEX triplet: 8A, CC and A7. RGB value is (138,204,167). Sum of RGB (Red+Green+Blue) = 138+204+167=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCA7 is #753358. Grayscale: #B4B4B4. Windows color (decimal): -7680857 or 10996874. OLE color: 10996874.

HSL color Cylindrical-coordinate representation of color #8ACCA7: hue angle of 146.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCA7 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 167 -
CMYK 0.32 0 0.18 0.2
HSL 146.36º 0.39% 0.67% -
HSV(B) 146.36º 0.32% 0.8% -
XYZ 39.05 51.38 44.42 -
YUV 180.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 138 204 167 0.32 0 0.18 0.2 146.36 0.39 0.67
Hex 8A CC A7 20 0 12 14 92 27 43
Octal 212 314 247 40 0 22 24 222 47 103
Binary 10001010 11001100 10100111 100000 0 10010 10100 10010010 100111 1000011

Color Harmonies of #8ACCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCA7

Black with #8ACCA7

Text Example


Text Example

White with #8ACCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,167); }

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

background-color css

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

 a { background-color: rgb(138,204,167); }

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

border-color css

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

 span { border-color: rgb(138,204,167); }

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