#8ADDA6

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

Shades of Vista Blue #8ADDA6

Tints of Vista Blue #8ADDA6

Color information

#8ADDA6 (or 0x8ADDA6) is unknown color: approx Vista Blue. HEX triplet: 8A, DD and A6. RGB value is (138,221,166). Sum of RGB (Red+Green+Blue) = 138+221+166=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA6 is #752259. Grayscale: #BEBEBE. Windows color (decimal): -7676506 or 10935690. OLE color: 10935690.

HSL color Cylindrical-coordinate representation of color #8ADDA6: hue angle of 140.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDA6 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB138221166-
CMYK0.3800.250.13
HSL140.24º54.97%70.39%-
HSV(B)140.24º37.56%86.67%-
XYZ43.2259.8745.35-
YUV189.91114.590.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=26.29%
G=42.10%
B=31.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211660.3800.250.13140.2454.9770.39
Hex8ADDA626019D8c3746
Octal212335246460311521467106
Binary1000101011011101101001101001100110011101100011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,166); }

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

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

 a { background-color: rgb(138,221,166); }

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

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

 span { border-color: rgb(138,221,166); }

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