#8ADEAF

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

Shades of Vista Blue #8ADEAF

Tints of Vista Blue #8ADEAF

Color information

#8ADEAF (or 0x8ADEAF) is unknown color: approx Vista Blue. HEX triplet: 8A, DE and AF. RGB value is (138,222,175). Sum of RGB (Red+Green+Blue) = 138+222+175=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEAF is #752150. Grayscale: #BFBFBF. Windows color (decimal): -7676241 or 11525770. OLE color: 11525770.

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

Color convert

RGB138222175-
CMYK0.3800.210.13
HSL146.43º56%70.59%-
HSV(B)146.43º37.84%87.06%-
XYZ44.3460.7449.94-
YUV191.53118.6789.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=25.79%
G=41.50%
B=32.71%

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
Decimal1382221750.3800.210.13146.435670.59
Hex8ADEAF26015D923847
Octal212336257460251522270107
Binary1000101011011110101011111001100101011101100100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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