#8ADDAF

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

Shades of Vista Blue #8ADDAF

Tints of Vista Blue #8ADDAF

Color information

#8ADDAF (or 0x8ADDAF) is unknown color: approx Vista Blue. HEX triplet: 8A, DD and AF. RGB value is (138,221,175). Sum of RGB (Red+Green+Blue) = 138+221+175=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAF is #752250. Grayscale: #BFBFBF. Windows color (decimal): -7676497 or 11525514. OLE color: 11525514.

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

Color convert

RGB138221175-
CMYK0.3800.210.13
HSL146.75º54.97%70.39%-
HSV(B)146.75º37.56%86.67%-
XYZ44.0860.2149.86-
YUV190.9411990.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=25.84%
G=41.39%
B=32.77%

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
Decimal1382211750.3800.210.13146.7554.9770.39
Hex8ADDAF26015D933746
Octal212335257460251522367106
Binary1000101011011101101011111001100101011101100100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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