Html Css Color HEX #8ADCAD Vista Blue

📋 copy color: '#8ADCAD'

red 138 ◦ green 220 ◦ blue 173

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

Shades of Vista Blue #8ADCAD

Tints of Vista Blue #8ADCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 25.99%
G = 41.43%
B = 32.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#8ADCAD (or 0x8ADCAD) is known color: Vista Blue. HEX triplet: 8A, DC and AD. RGB value is (138,220,173). Sum of RGB (Red+Green+Blue) = 138+220+173=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCAD is #752352. Grayscale: #BEBEBE. Windows color (decimal): -7676755 or 11394186. OLE color: 11394186.

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

Color convert

RGB 138 220 173 -
CMYK 0.37 0 0.21 0.14
HSL 145.61º 0.54% 0.7% -
HSV(B) 145.61º 0.37% 0.86% -
XYZ 43.62 59.61 48.74 -
YUV 190.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 138 220 173 0.37 0 0.21 0.14 145.61 0.54 0.7
Hex 8A DC AD 25 0 15 E 92 36 46
Octal 212 334 255 45 0 25 16 222 66 106
Binary 10001010 11011100 10101101 100101 0 10101 1110 10010010 110110 1000110

Color Harmonies of #8ADCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCAD

Black with #8ADCAD

Text Example


Text Example

White with #8ADCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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