#8ADEB0

Color #8ADEB0 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8ADEB0

Tints of Vista Blue #8ADEB0

Color information

#8ADEB0 (or 0x8ADEB0) is unknown color: approx Vista Blue. HEX triplet: 8A, DE and B0. RGB value is (138,222,176). Sum of RGB (Red+Green+Blue) = 138+222+176=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEB0 is #75214F. Grayscale: #BFBFBF. Windows color (decimal): -7676240 or 11591306. OLE color: 11591306.

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

Color convert

RGB138222176-
CMYK0.3800.210.13
HSL147.14º56%70.59%-
HSV(B)147.14º37.84%87.06%-
XYZ44.4460.7850.46-
YUV191.64119.1789.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 176 (69.14% from 255) = 32.84%
R=25.75%
G=41.42%
B=32.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221760.3800.210.13147.145670.59
Hex8ADEB026015D933847
Octal212336260460251522370107
Binary1000101011011110101100001001100101011101100100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADEB0;
 }
 .AnyTagClassName
 {
   color: #8ADEB0;
 }
</style>
background-color css

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

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

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

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

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

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