Html Css Color HEX #8ADCB2 Vista Blue

📋 copy color: '#8ADCB2'

red 138 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #8ADCB2

Tints of Vista Blue #8ADCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 25.75%
G = 41.04%
B = 33.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#8ADCB2 (or 0x8ADCB2) is known color: Vista Blue. HEX triplet: 8A, DC and B2. RGB value is (138,220,178). Sum of RGB (Red+Green+Blue) = 138+220+178=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCB2 is #75234D. Grayscale: #BEBEBE. Windows color (decimal): -7676750 or 11721866. OLE color: 11721866.

HSL color Cylindrical-coordinate representation of color #8ADCB2: hue angle of 149.27º 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 #8ADCB2 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 178 -
CMYK 0.37 0 0.19 0.14
HSL 149.27º 0.54% 0.7% -
HSV(B) 149.27º 0.37% 0.86% -
XYZ 44.11 59.8 51.34 -
YUV 190.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 138 220 178 0.37 0 0.19 0.14 149.27 0.54 0.7
Hex 8A DC B2 25 0 13 E 95 36 46
Octal 212 334 262 45 0 23 16 225 66 106
Binary 10001010 11011100 10110010 100101 0 10011 1110 10010101 110110 1000110

Color Harmonies of #8ADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCB2

Black with #8ADCB2

Text Example


Text Example

White with #8ADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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