Html Css Color HEX #8ADFA5 Vista Blue

📋 copy color: '#8ADFA5'

red 138 ◦ green 223 ◦ blue 165

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

Shades of Vista Blue #8ADFA5

Tints of Vista Blue #8ADFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 26.24%
G = 42.4%
B = 31.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8ADFA5 (or 0x8ADFA5) is known color: Vista Blue. HEX triplet: 8A, DF and A5. RGB value is (138,223,165). Sum of RGB (Red+Green+Blue) = 138+223+165=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADFA5 is #75205A. Grayscale: #BFBFBF. Windows color (decimal): -7675995 or 10870666. OLE color: 10870666.

HSL color Cylindrical-coordinate representation of color #8ADFA5: hue angle of 139.06º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFA5 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 165 -
CMYK 0.38 0 0.26 0.13
HSL 139.06º 0.57% 0.71% -
HSV(B) 139.06º 0.38% 0.87% -
XYZ 43.66 60.9 45.05 -
YUV 190.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 138 223 165 0.38 0 0.26 0.13 139.06 0.57 0.71
Hex 8A DF A5 26 0 1A D 8B 39 47
Octal 212 337 245 46 0 32 15 213 71 107
Binary 10001010 11011111 10100101 100110 0 11010 1101 10001011 111001 1000111

Color Harmonies of #8ADFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFA5

Black with #8ADFA5

Text Example


Text Example

White with #8ADFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,165); }

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

background-color css

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

 a { background-color: rgb(138,223,165); }

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

border-color css

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

 span { border-color: rgb(138,223,165); }

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