#8AECBD

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

Shades of Vista Blue #8AECBD

Tints of Vista Blue #8AECBD

Color information

#8AECBD (or 0x8AECBD) is unknown color: approx Vista Blue. HEX triplet: 8A, EC and BD. RGB value is (138,236,189). Sum of RGB (Red+Green+Blue) = 138+236+189=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECBD is #751342. Grayscale: #C9C9C9. Windows color (decimal): -7672643 or 12446858. OLE color: 12446858.

HSL color Cylindrical-coordinate representation of color #8AECBD: hue angle of 151.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECBD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB138236189-
CMYK0.4200.200.07
HSL151.22º72.06%73.33%-
HSV(B)151.22º41.53%92.55%-
XYZ49.6669.0758.86-
YUV201.34121.0382.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=24.51%
G=41.92%
B=33.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382361890.4200.200.07151.2272.0673.33
Hex8AECBD2A0147974849
Octal212354275520247227110111
Binary1000101011101100101111011010100101001111001011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,236,189); }

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

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

 a { background-color: rgb(138,236,189); }

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

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

 span { border-color: rgb(138,236,189); }

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