Html Css Color HEX #8ADAAD Vista Blue

📋 copy color: '#8ADAAD'

red 138 ◦ green 218 ◦ blue 173

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

Shades of Vista Blue #8ADAAD

Tints of Vista Blue #8ADAAD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

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

R = 26.09%
G = 41.21%
B = 32.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#8ADAAD (or 0x8ADAAD) is known color: Vista Blue. HEX triplet: 8A, DA and AD. RGB value is (138,218,173). Sum of RGB (Red+Green+Blue) = 138+218+173=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADAAD is #752552. Grayscale: #BDBDBD. Windows color (decimal): -7677267 or 11393674. OLE color: 11393674.

HSL color Cylindrical-coordinate representation of color #8ADAAD: hue angle of 146.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 173 -
CMYK 0.37 0 0.21 0.15
HSL 146.25º 0.52% 0.7% -
HSV(B) 146.25º 0.37% 0.85% -
XYZ 43.1 58.56 48.57 -
YUV 188.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 138 218 173 0.37 0 0.21 0.15 146.25 0.52 0.7
Hex 8A DA AD 25 0 15 F 92 34 46
Octal 212 332 255 45 0 25 17 222 64 106
Binary 10001010 11011010 10101101 100101 0 10101 1111 10010010 110100 1000110

Color Harmonies of #8ADAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAAD

Black with #8ADAAD

Text Example


Text Example

White with #8ADAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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