Html Css Color HEX #8ADEAD Vista Blue

📋 copy color: '#8ADEAD'

red 138 ◦ green 222 ◦ blue 173

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

Shades of Vista Blue #8ADEAD

Tints of Vista Blue #8ADEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 25.89%
G = 41.65%
B = 32.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#8ADEAD (or 0x8ADEAD) is known color: Vista Blue. HEX triplet: 8A, DE and AD. RGB value is (138,222,173). Sum of RGB (Red+Green+Blue) = 138+222+173=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEAD is #752152. Grayscale: #BFBFBF. Windows color (decimal): -7676243 or 11394698. OLE color: 11394698.

HSL color Cylindrical-coordinate representation of color #8ADEAD: hue angle of 145º degrees, saturation: 0.56, 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 #8ADEAD is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 173 -
CMYK 0.38 0 0.22 0.13
HSL 145º 0.56% 0.71% -
HSV(B) 145º 0.38% 0.87% -
XYZ 44.15 60.66 48.92 -
YUV 191.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 138 222 173 0.38 0 0.22 0.13 145 0.56 0.71
Hex 8A DE AD 26 0 16 D 91 38 47
Octal 212 336 255 46 0 26 15 221 70 107
Binary 10001010 11011110 10101101 100110 0 10110 1101 10010001 111000 1000111

Color Harmonies of #8ADEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEAD

Black with #8ADEAD

Text Example


Text Example

White with #8ADEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,173); }

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

background-color css

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

 a { background-color: rgb(138,222,173); }

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

border-color css

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

 span { border-color: rgb(138,222,173); }

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