Html Css Color HEX #8ACDA6 Vista Blue

📋 copy color: '#8ACDA6'

red 138 ◦ green 205 ◦ blue 166

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

Shades of Vista Blue #8ACDA6

Tints of Vista Blue #8ACDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 27.11%
G = 40.28%
B = 32.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#8ACDA6 (or 0x8ACDA6) is known color: Vista Blue. HEX triplet: 8A, CD and A6. RGB value is (138,205,166). Sum of RGB (Red+Green+Blue) = 138+205+166=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDA6 is #753259. Grayscale: #B4B4B4. Windows color (decimal): -7680602 or 10931594. OLE color: 10931594.

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

Color convert

RGB 138 205 166 -
CMYK 0.33 0 0.19 0.20
HSL 145.07º 0.4% 0.67% -
HSV(B) 145.07º 0.33% 0.8% -
XYZ 39.2 51.82 44.01 -
YUV 180.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 138 205 166 0.33 0 0.19 0.20 145.07 0.4 0.67
Hex 8A CD A6 21 0 13 14 91 28 43
Octal 212 315 246 41 0 23 24 221 50 103
Binary 10001010 11001101 10100110 100001 0 10011 10100 10010001 101000 1000011

Color Harmonies of #8ACDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDA6

Black with #8ACDA6

Text Example


Text Example

White with #8ACDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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