#8BCFAB

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

Shades of Vista Blue #8BCFAB

Tints of Vista Blue #8BCFAB

Color information

#8BCFAB (or 0x8BCFAB) is unknown color: approx Vista Blue. HEX triplet: 8B, CF and AB. RGB value is (139,207,171). Sum of RGB (Red+Green+Blue) = 139+207+171=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCFAB is #743054. Grayscale: #B6B6B6. Windows color (decimal): -7614549 or 11259787. OLE color: 11259787.

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

Color convert

RGB139207171-
CMYK0.3300.170.19
HSL148.24º41.46%67.84%-
HSV(B)148.24º32.85%81.18%-
XYZ40.3153.0546.64-
YUV182.56121.4796.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=26.89%
G=40.04%
B=33.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071710.3300.170.19148.2441.4667.84
Hex8BCFAB2101113942944
Octal213317253410212322451104
Binary10001011110011111010101110000101000110011100101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,171); }

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

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

 a { background-color: rgb(139,207,171); }

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

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

 span { border-color: rgb(139,207,171); }

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