#8BCDAE

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

Shades of Vista Blue #8BCDAE

Tints of Vista Blue #8BCDAE

Color information

#8BCDAE (or 0x8BCDAE) is unknown color: approx Vista Blue. HEX triplet: 8B, CD and AE. RGB value is (139,205,174). Sum of RGB (Red+Green+Blue) = 139+205+174=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDAE is #743251. Grayscale: #B5B5B5. Windows color (decimal): -7615058 or 11455883. OLE color: 11455883.

HSL color Cylindrical-coordinate representation of color #8BCDAE: hue angle of 151.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDAE is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB139205174-
CMYK0.3200.150.20
HSL151.82º39.76%67.45%-
HSV(B)151.82º32.2%80.39%-
XYZ40.1252.2148.01-
YUV181.73123.6397.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.83%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=26.83%
G=39.58%
B=33.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051740.3200.150.20151.8239.7667.45
Hex8BCDAE200F14982843
Octal213315256400172423050103
Binary1000101111001101101011101000000111110100100110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,174); }

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

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

 a { background-color: rgb(139,205,174); }

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

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

 span { border-color: rgb(139,205,174); }

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