#8ADDAC

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

Shades of Vista Blue #8ADDAC

Tints of Vista Blue #8ADDAC

Color information

#8ADDAC (or 0x8ADDAC) is unknown color: approx Vista Blue. HEX triplet: 8A, DD and AC. RGB value is (138,221,172). Sum of RGB (Red+Green+Blue) = 138+221+172=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAC is #752253. Grayscale: #BEBEBE. Windows color (decimal): -7676500 or 11328906. OLE color: 11328906.

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

Color convert

RGB138221172-
CMYK0.3800.220.13
HSL144.58º54.97%70.39%-
HSV(B)144.58º37.56%86.67%-
XYZ43.7860.0948.32-
YUV190.6117.590.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=25.99%
G=41.62%
B=32.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211720.3800.220.13144.5854.9770.39
Hex8ADDAC26016D913746
Octal212335254460261522167106
Binary1000101011011101101011001001100101101101100100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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