#8ACEAF

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

Shades of Vista Blue #8ACEAF

Tints of Vista Blue #8ACEAF

Color information

#8ACEAF (or 0x8ACEAF) is unknown color: approx Vista Blue. HEX triplet: 8A, CE and AF. RGB value is (138,206,175). Sum of RGB (Red+Green+Blue) = 138+206+175=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEAF is #753150. Grayscale: #B6B6B6. Windows color (decimal): -7680337 or 11521674. OLE color: 11521674.

HSL color Cylindrical-coordinate representation of color #8ACEAF: hue angle of 152.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEAF is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB138206175-
CMYK0.3300.150.19
HSL152.65º40.96%67.45%-
HSV(B)152.65º33.01%80.78%-
XYZ40.2952.6448.59-
YUV182.13123.9796.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=26.59%
G=39.69%
B=33.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061750.3300.150.19152.6540.9667.45
Hex8ACEAF210F13992943
Octal212316257410172323151103
Binary1000101011001110101011111000010111110011100110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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